Ed Santiago
2007-Oct-19 17:45 UTC
[Logcheck-devel] [PATCH] Clean up accidental duplication; hardcoded /usr/sbin is now $(BINDIR)
Signed-off-by: Ed Santiago <ed at edsantiago.com> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 0eda089..8410d36 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ install: # Create the directories install -m 750 -d $(DESTDIR)/$(CONFDIR) install -d $(DESTDIR)/var/lib/logcheck - install -d $(DESTDIR)/usr/sbin + install -d $(DESTDIR)/$(BINDIR) install -d $(DESTDIR)/var/lock/logcheck install -d $(DESTDIR)/$(SHAREDIR) -- 1.5.2.5