On Wed, Nov 16, 2005 at 09:59:51PM -0700, [EMAIL PROTECTED] wrote: > > Modified: branches/6.1.1-1/packages/gawk/Makefile > =================================================================== > --- branches/6.1.1-1/packages/gawk/Makefile 2005-11-17 04:49:47 UTC (rev > 1074) > +++ branches/6.1.1-1/packages/gawk/Makefile 2005-11-17 04:59:50 UTC (rev > 1075) > @@ -20,7 +20,7 @@ > @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 -C po update-gmo && make install ; fi > + make install ; fi > @make clean
Might as well remove the sed too. -- Archaic Want control, education, and security from your operating system? Hardened Linux From Scratch http://www.linuxfromscratch.org/hlfs -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
