--- /trunk/chapter06/coreutils.xml 2006-01-30 18:38:22.000000000 -0500
+++ /new/chapter06/coreutils.xml 2006-01-30 19:25:38.000000000 -0500
@@ -28,6 +28,12 @@
<destination>&packages_dir;</destination>
<digest>&coreutils-uname-patch-md5;</digest>
</download>
+ <download>
+ <file>&coreutils-i18n-patch;</file>
+ <url>&coreutils-patches-url;</url>
+ <destination>&packages_dir;</destination>
+ <digest>&coreutils-i18n-patch-md5;</digest>
+ </download>
</stage>
<stage name="Unpacking">
<unpack>
@@ -49,11 +55,23 @@
<param>-p1</param>
<param>-i &packages_dir;/&coreutils-dupes-patch;</param>
</patch>
+ <patch>
+ <param>-N</param>
+ <param>-p1</param>
+ <param>-i &packages_dir;/&coreutils-i18n-patch;</param>
+ </patch>
</stage>
<stage name="Installing">
<stageinfo>
<base>&build_dir;/&coreutils-directory;</base>
</stageinfo>
+<execute command="chmod">
+<param>+x tests/sort/sort-mb-tests</param>
+</execute>
+<execute command="sed">
+<param>-i 's/_LEN 6/_LEN 20/'</param>
+<param>src/who.c</param>
+</execute>
<configure>
<param>--prefix=/usr</param>
</configure>
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page