Author: justin
Date: 2005-07-08 11:03:03 -0600 (Fri, 08 Jul 2005)
New Revision: 310
Modified:
x86/trunk/packages/gawk/Makefile
Log:
Correct gawk build to fix incorrect italian charset.
Modified: x86/trunk/packages/gawk/Makefile
===================================================================
--- x86/trunk/packages/gawk/Makefile 2005-07-08 16:57:26 UTC (rev 309)
+++ x86/trunk/packages/gawk/Makefile 2005-07-08 17:03:03 UTC (rev 310)
@@ -18,7 +18,9 @@
@if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
mv $(FILE) $(SRC) ; fi
@if [ ! -f $(WD)/bin/gawk ] ; then unpack $(SRC)/$(FILE) && cd $(DIR)
&& \
- ./configure --prefix=$(WD) && make -j3 && make install ; fi
+ 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 clean
chroot:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page