components/gzip/patches/zgrep-f.patch
changeset 755 e7d0aed114ef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gzip/patches/zgrep-f.patch	Fri Mar 30 11:25:34 2012 -0700
@@ -0,0 +1,11 @@
+--- gzip-1.4/tests/zgrep-f.orig	2012-03-29 11:21:18.457617592 -0700
++++ gzip-1.4/tests/zgrep-f	2012-03-29 11:21:56.078983515 -0700
+@@ -32,7 +32,7 @@
+ 
+ 
+ fail=0
+-zgrep -f - haystack.gz < n > out 2>&1 || fail=1
++zgrep --__bindir /usr/gnu/bin -f - haystack.gz < n > out 2>&1 || fail=1
+ 
+ compare out n || fail=1
+