#The existing patch nearly does the right thing if builddir != srcdir
#With these small changes, sort-mb-tests now finds the input files
#This presumably works for older versions too, but has not been tested
#Output from diff -ru coreutils-5.97-i18n-1.patch
.../../lfs-real-src/coreutils-5.97/
--- coreutils-5.97-i18n-1.patch 2006-08-10 21:38:29.000000000 +0100
+++ ../../lfs-real-src/coreutils-5.97/coreutils-5.97-i18n-1.patch
2006-08-10 17:45:07.000000000 +0100
@@ -3936,7 +3936,7 @@
+locale -k LC_CTYPE 2>&1 | grep -q charmap.*UTF-8 || exit 77
+errors=0
+
-+$xx -t ï¼ -k2 -n $srcdir/mb1.I > mb1.O
++$xx -t ï¼ -k2 -n mb1.I > mb1.O
+code=$?
+if test $code != 0; then
+ $echo "Test mb1 failed: $xx return code $code differs from expected value
0" 1>&2
@@ -3954,7 +3954,7 @@
+ esac
+fi
+
-+$xx -t ï¼ -k4 -n $srcdir/mb2.I > mb2.O
++$xx -t ï¼ -k4 -n mb2.I > mb2.O
+code=$?
+if test $code != 0; then
+ $echo "Test mb2 failed: $xx return code $code differs from expected value
0" 1>&2
_________________________________________________________________
Windows Live Messenger has arrived. Click here to download it for free!
http://imagine-msn.com/messenger/launch80/?locale=en-gb
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page