[Logcheck-devel] [PATCH] Clean up accidental duplication; hardcoded /usr/sbin is now $(BINDIR)
Ed Santiago
ed at edsantiago.com
Fri Oct 19 17:45:59 UTC 2007
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
More information about the Logcheck-devel
mailing list