0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 11:23:45 +02:00

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

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 \