components/gzip/patches/zgrep.in.patch
changeset 977 4a6b2f8dca71
parent 755 e7d0aed114ef
child 1030 faf1845e3b13
--- a/components/gzip/patches/zgrep.in.patch	Mon Sep 17 13:33:07 2012 -0700
+++ b/components/gzip/patches/zgrep.in.patch	Mon Sep 17 15:51:52 2012 -0700
@@ -1,8 +1,11 @@
---- gzip-1.4/zgrep.in.orig	2012-03-29 11:17:35.341079056 -0700
-+++ gzip-1.4/zgrep.in	2012-03-29 11:18:46.475732896 -0700
-@@ -26,7 +26,11 @@
+--- gzip-1.5/zgrep.in.orig	2012-09-05 15:31:20.730722910 -0700
++++ gzip-1.5/zgrep.in	2012-09-05 15:33:51.300884579 -0700
+@@ -26,9 +26,13 @@
+ case $1 in
+ --__bindir) bindir=${2?}; shift; shift;;
  esac
- PATH=$bindir:$PATH
+-PATH=$bindir:$PATH
++PATH=/usr/xpg4/bin:$bindir:$PATH
  
 -grep='${GREP-grep}'
 +case "$1" in
@@ -12,4 +15,4 @@
 +esac
  
  version='zgrep (gzip) @VERSION@
- Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 Free Software Foundation, Inc.