Author: justin
Date: 2005-11-16 22:03:08 -0700 (Wed, 16 Nov 2005)
New Revision: 1076

Modified:
   branches/6.1.1-1/packages/gawk/Makefile
Log:
Removed unneeded sed from gawk Makefile.

Modified: branches/6.1.1-1/packages/gawk/Makefile
===================================================================
--- branches/6.1.1-1/packages/gawk/Makefile     2005-11-17 04:59:50 UTC (rev 
1075)
+++ branches/6.1.1-1/packages/gawk/Makefile     2005-11-17 05:03:08 UTC (rev 
1076)
@@ -18,7 +18,6 @@
        @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
         mv $(FILE) $(SRC) ; fi
        @if [ ! -f $(WD)/bin/gawk ] ; then unpack $(SRC)/$(FILE) && cd $(DIR) 
&& \
-       sed -i 's,ISO-8859-8,ISO-8859-1,' po/it.po && \
         ./configure --prefix=$(WD) --libexecdir=$(WD)/lib && make -j3 && \
         make install ; fi
        @make clean

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to