From: Michael Tremer Date: Sun, 2 Oct 2011 20:38:49 +0000 (+0200) Subject: procps: Do not install kill in this package. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f558df3c657d56e3f8b5e995464ac381c4f3200;p=ipfire-3.x.git procps: Do not install kill in this package. --- diff --git a/procps/procps.nm b/procps/procps.nm index 45f4845d2..5c50a597a 100644 --- a/procps/procps.nm +++ b/procps/procps.nm @@ -5,7 +5,7 @@ name = procps version = 3.2.8 -release = 1 +release = 2 groups = Base Applications/System url = http://procps.sourceforge.net/ @@ -31,6 +31,9 @@ build CFLAGS="%{CFLAGS}" \ W_SHOWFROM=-DW_SHOWFROM + make_install_targets += \ + SKIP="/bin/kill /usr/share/man/man1/kill.1" + install_cmds chmod -R 755 %{BUILDROOT}/{bin,lib,sbin} end