mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Corrected coreutils i18n patch and testsuite. Thanks to Bryan Kadsban for the suggested fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
55b3f62449
commit
18627b5228
@ -36,6 +36,18 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>2008-10-22</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Corrected chown command for coreutils testsuite.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Updated to &coreutils-i18n-patch;. Thanks to Bryan
|
||||
Kadzban for the suggested fix.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2008-10-21</para>
|
||||
|
@ -106,7 +106,7 @@
|
||||
<para>Fix some of the permissions so that the non-root user can compile and
|
||||
run the tests:</para>
|
||||
|
||||
<screen><userinput remap="test">chown -v nobody gnulib-tests/.deps</userinput></screen>
|
||||
<screen><userinput remap="test">chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps</userinput></screen>
|
||||
|
||||
<para>Now run the tests:</para>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20081020">
|
||||
<!ENTITY releasedate "October 20, 2008">
|
||||
<!ENTITY version "SVN-20081022">
|
||||
<!ENTITY releasedate "October 22, 2008">
|
||||
<!ENTITY copyrightdate "1999–2008">
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -25,8 +25,8 @@
|
||||
<!ENTITY bzip2-docs-patch-size "1.6 KB">
|
||||
|
||||
|
||||
<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
|
||||
<!ENTITY coreutils-i18n-patch-md5 "b84ca96dd7bd1ac858f8d7573c0a4470">
|
||||
<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-2.patch">
|
||||
<!ENTITY coreutils-i18n-patch-md5 "2b6182f77f8b575e27d7743dd403104e">
|
||||
<!ENTITY coreutils-i18n-patch-size "104 KB">
|
||||
|
||||
<!ENTITY coreutils-old-kernel-patch "coreutils-&coreutils-version;-old_build_kernel-1.patch">
|
||||
|
Loading…
Reference in New Issue
Block a user