components/gzip/patches/znew.patch
branchs11u1-sru
changeset 2844 25fca853cb6d
parent 2843 349e022de8ed
child 1852 5bcaefde0b64
--- a/components/gzip/patches/znew.patch	Thu Oct 24 13:41:59 2013 +0200
+++ b/components/gzip/patches/znew.patch	Thu Oct 24 13:43:51 2013 +0200
@@ -46,6 +46,15 @@
 index 9bd3ce9..d16311a 100644
 --- a/znew.in
 +++ b/znew.in
+@@ -21,7 +21,7 @@
+ case $1 in
+ --__bindir) bindir=${2?}; shift; shift;;
+ esac
+-PATH=$bindir:$PATH; export PATH
++PATH=/usr/gnu/bin:$bindir:$PATH; export PATH
+
+ version="znew (gzip) @VERSION@
+ Copyright (C) 2010-2012 Free Software Foundation, Inc.
 @@ -58,33 +58,9 @@ new=0
  block=1024
  # block is the disk block size (best guess, need not be exact)