1
0
Fork 0

Previous attempt at fixing 'make install-root' had a tiny bug, which is

now solved
This commit is contained in:
Mustached Squid 2022-06-17 15:26:52 +01:00
parent 1d6aeecfc7
commit 1d79de712d
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ install-man:
install-root:
$(INSTALL) -d -m 755 $(DESTDIR)$(ROOT)
[ ! -f $(DESTDIR)$(ROOT)/gophermap ]$(INSTALL) -m 644 $(MAP).sample $(DESTDIR)$(ROOT)/gophermap
[ ! -f $(DESTDIR)$(ROOT)/gophermap ] && $(INSTALL) -m 644 $(MAP).sample $(DESTDIR)$(ROOT)/gophermap
install-inetd-update: install-root
update-inetd --add "$$(sed -e "s:@BINARY_PATH@:$(SBINDIR)/$(BINARY):g" -e "s/@OPTIONS@/$(INETOPT)/g" init/inetlin.in)"