Author: jciccone
Date: 2006-06-09 18:11:23 -0600 (Fri, 09 Jun 2006)
New Revision: 1757
Modified:
branches/clfs-2.0/BOOK/final-system/common/gzip.xml
branches/clfs-2.0/BOOK/final-system/common/util-linux.xml
branches/clfs-2.0/BOOK/general.ent
Log:
2 command fixes
Modified: branches/clfs-2.0/BOOK/final-system/common/gzip.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/gzip.xml 2006-06-10 00:04:23 UTC
(rev 1756)
+++ branches/clfs-2.0/BOOK/final-system/common/gzip.xml 2006-06-10 00:11:23 UTC
(rev 1757)
@@ -41,7 +41,8 @@
location of the binary is changed later, the following command ensures
that the new location gets placed into the script:</para>
-<screen os="d"><userinput>cp gzexe.in{,.orig}
+<screen os="d"><userinput>chmod +w gzexe.in
+cp gzexe.in{,.orig}
sed 's@"BINDIR"@/[EMAIL PROTECTED]' gzexe.in.orig >
gzexe.in</userinput></screen>
<para os="e">Compile the package:</para>
Modified: branches/clfs-2.0/BOOK/final-system/common/util-linux.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/util-linux.xml 2006-06-10
00:04:23 UTC (rev 1756)
+++ branches/clfs-2.0/BOOK/final-system/common/util-linux.xml 2006-06-10
00:11:23 UTC (rev 1757)
@@ -36,7 +36,7 @@
<screen><userinput>cp hwclock/hwclock.c{,.orig}
sed '[EMAIL PROTECTED]/[EMAIL PROTECTED]/lib/hwclock/[EMAIL PROTECTED]' \
hwclock/hwclock.c.orig > hwclock/hwclock.c
-mkdir -pv /var/lib/hwclock</userinput></screen>
+mkdir -pv ${LFS}/var/lib/hwclock</userinput></screen>
</sect2>
Modified: branches/clfs-2.0/BOOK/general.ent
===================================================================
--- branches/clfs-2.0/BOOK/general.ent 2006-06-10 00:04:23 UTC (rev 1756)
+++ branches/clfs-2.0/BOOK/general.ent 2006-06-10 00:11:23 UTC (rev 1757)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060607">
+<!ENTITY version "SVN-20060609">
<!ENTITY version-ARM "&version;-ARM">
-<!ENTITY releasedate "June 7, 2006">
+<!ENTITY releasedate "June 9, 2006">
<!ENTITY milestone "0.2">
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]"
-->
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page