share: Remove redundant package target name in install path.

This commit is contained in:
Jason Volk 2022-07-31 20:13:48 -07:00
parent 5039b2df9c
commit 9407e2c654
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# IRCd read-only data (share) assets.
#
datadir = @datadir@/$(PACKAGE_TARNAME)
datadir = @datadir@
install-mkdirs:
-@if test ! -d $(DESTDIR)$(datadir); then \