From 02d832ed8b1b9a1b3be3956059dc011437b7f076 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 11 Mar 2000 04:30:17 +0000 Subject: [PATCH] Fix DESTDIR bug --- contrib/whois++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/whois++/Makefile b/contrib/whois++/Makefile index f7995036ea..1c29f747a5 100644 --- a/contrib/whois++/Makefile +++ b/contrib/whois++/Makefile @@ -65,7 +65,7 @@ inst-whois++: $(DESTDIR)$(ETCDIR)/whois++d cp -r templates $(DESTDIR)$(CONFIG_DIRECTORY) -$(MKDIR) $(DESTDIR)$(HELP_DIRECTORY) cp -r helpfiles/* $(DESTDIR)$(HELP_DIRECTORY) - -$(MKDIR) $(DESTDIR)$(DESTDIR)$(MANDIR)/man$(MANSEC) + -$(MKDIR) $(DESTDIR)$(MANDIR)/man$(MANSEC) sed -e 's#ETCDIR#$(ETCDIR)#' whois++d.man > $(DESTDIR)$(MANDIR)/man$(MANSEC)/whois++d.$(MANSEC) @echo "Don't forget to modify and install the tailor file" -- 2.39.5