0
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2025-06-30 22:18:49 -04:00
This commit is contained in:
Samuel Tyler 2024-12-29 11:36:51 +11:00
parent 9538f73d65
commit 4c8c45aed1

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 || true
install-inetd-update: install-root
update-inetd --add "$$(sed -e "s:@BINARY_PATH@:$(SBINDIR)/$(BINARY):g" -e "s/@OPTIONS@/$(INETOPT)/g" init/inetlin.in)"