From bdea3147046a5c66f71ba8203dcfc9e2af85ff56 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 28 Dec 2007 06:27:08 +1300 Subject: [PATCH] A few more minor tweaks to the the Makefile for DESTDIR support. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index eea3a22..99e8c8e 100644 --- a/Makefile +++ b/Makefile @@ -109,8 +109,6 @@ cvsclean: bindir: $(DESTDIR)$(BINDIR) daemons -daemons: $(DAEMONS) - $(DESTDIR)$(BINDIR): mkdir -p $@ @@ -133,7 +131,7 @@ etcdir: $(DESTDIR)$(ETCDIR) configs etcown $(DESTDIR)$(ETCDIR): mkdir -p $@ - chmod 751 $(ETCDIR) + chmod 751 $@ etcown: chown -R $(ADMUSER) $(DESTDIR)$(ETCDIR) -- 2.30.2