Package: logcheck Severity: wishlist I'm attaching a git-formatted patch for makefile so that other Linux distros can use it more easily. The default make target is supposed to compile the package. No compilation is required for logcheck, but we need to prevent "install" from becoming the default target, so I added an empty "all" target.
From 4f3a26d13f7ed876c8ae906dc4af54a020f2683a Mon Sep 17 00:00:00 2001 From: Pawel Hajdan, Jr <[email protected]> Date: Wed, 27 Jan 2010 18:47:16 +0100 Subject: [PATCH] Add an empty "all" make target so that "install" isn't the default.
This makes logcheck more distro-friendly.
---
Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 5f7994e..d43aecc 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ CONFDIR = etc/logcheck
BINDIR = usr/sbin
SHAREDIR = usr/share/logtail/detectrotate
+all:
+
install:
# Create the directories
install -m 750 -d $(DESTDIR)/$(CONFDIR)
--
1.6.4.4
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Logcheck-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

