From: Michael Tremer Date: Sat, 15 Oct 2011 17:12:09 +0000 (+0200) Subject: unzip: Fix a zipgrep which was not owned by root. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d6593c1218ff7d684cd008ebe0f7326d741dd6d;p=ipfire-3.x.git unzip: Fix a zipgrep which was not owned by root. --- diff --git a/unzip/unzip.nm b/unzip/unzip.nm index 68ab00a15..a385946ae 100644 --- a/unzip/unzip.nm +++ b/unzip/unzip.nm @@ -5,7 +5,7 @@ name = unzip version = 6.0 -release = 2 +release = 3 groups = Applications/Archiving url = ftp://ftp.info-zip.org/pub/infozip/src/ @@ -44,9 +44,12 @@ build prefix=%{BUILDROOT}/usr \ MANDIR=/usr/share/man/man1 \ INSTALL="cp -p" + + install_cmds + chown -v root.root %{BUILDROOT}/usr/bin/zipgrep + end end packages package %{name} - end end