From: Andrew Ruthven Date: Thu, 27 Dec 2007 17:27:08 +0000 (+1300) Subject: A few more minor tweaks to the the Makefile for DESTDIR support. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdea3147046a5c66f71ba8203dcfc9e2af85ff56;p=spong.git A few more minor tweaks to the the Makefile for DESTDIR support. --- 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)