7157415 gzip 1.4 integration is broken
authorRich Burridge <rich.burridge@oracle.com>
Wed, 28 Mar 2012 10:06:23 -0700
changeset 750 9da3e3e3c604
parent 749 fb0d68325f3b
child 751 32bfb3fa9b60
7157415 gzip 1.4 integration is broken
components/gzip/Makefile
components/gzip/renaming.sed
--- a/components/gzip/Makefile	Tue Mar 27 14:26:32 2012 -0700
+++ b/components/gzip/Makefile	Wed Mar 28 10:06:23 2012 -0700
@@ -46,7 +46,7 @@
 	(cd $(COMPONENT_SRC) ; \
 	 for file in `ls *.1 doc/*.info z*.in` ; do \
 		mv $$file $$file.tmp ; \
-		sed -f $(COMPONENT_DIR)/renaming.sed $$file.tmp > $$file ; \
+		$(GSED) -f $(COMPONENT_DIR)/renaming.sed $$file.tmp > $$file ; \
 		$(RM) $$file.tmp ; \
 	 done)
 
--- a/components/gzip/renaming.sed	Tue Mar 27 14:26:32 2012 -0700
+++ b/components/gzip/renaming.sed	Wed Mar 28 10:06:23 2012 -0700
@@ -1,4 +1,4 @@
-s/z\$prog/gz\$prog/g 
+s/z\$prog/gz\$prog/g
 s/zcat/gzcat/g
 s/Zcat/Gzcat/g
 s/ZCAT/GZCAT/g