]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - gzip/patches/gzip-1.3.5-zforce.patch
ImageMagick: Update to 6.9.3-7y
[people/amarx/ipfire-3.x.git] / gzip / patches / gzip-1.3.5-zforce.patch
1 diff -up gzip-1.3.12/zforce.in.zforce gzip-1.3.12/zforce.in
2 --- gzip-1.3.12/zforce.in.zforce 2007-02-05 21:54:26.000000000 +0100
3 +++ gzip-1.3.12/zforce.in 2008-09-01 14:17:26.000000000 +0200
4 @@ -58,7 +58,7 @@ for i do
5 continue
6 fi
7
8 - if gzip -lv < "$i" 2>/dev/null | grep '^defl' > /dev/null; then
9 + if gzip -l < "$i" 2>/dev/null | grep 'compressed' > /dev/null; then
10
11 new="$i.gz"
12 if mv "$i" "$new"; then