]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
unzip: Fix a zipgrep which was not owned by root.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Oct 2011 17:12:09 +0000 (19:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Oct 2011 17:12:09 +0000 (19:12 +0200)
unzip/unzip.nm

index 68ab00a15273f2284692d48e8fa499602884731d..a385946aeb415dee6b42a945bd68c8c123dad83d 100644 (file)
@@ -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