From 21707ee00506ddc8174315571c48507fa2e504b8 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 12 Mar 2019 05:18:43 -0700 Subject: [PATCH] Slight tweak to make update-inetd happy. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d76016b..2044f9c 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,7 @@ install-root: @echo install-inetd: install-files install-docs install-root - @if update-inetd --add "$(INETLIN)"; then \ + @if update-inetd --add $(INETLIN); then \ echo update-inetd install worked ; \ else if grep '^gopher' $(INETD) >/dev/null 2>&1 ; then \ echo "::::: gopher entry in $(INETD) already present -- please check! :::::"; \