mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
More double & instead of &.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e91d8ce656
commit
7972fe02a9
@ -5,7 +5,7 @@
|
|||||||
<para><screen><userinput>cd binutils-build
|
<para><screen><userinput>cd binutils-build
|
||||||
make -C ld INSTALL=/stage1/bin/install install-data-local
|
make -C ld INSTALL=/stage1/bin/install install-data-local
|
||||||
|
|
||||||
SPECFILE=/stage1/lib/gcc-lib/*/*/specs &&
|
SPECFILE=/stage1/lib/gcc-lib/*/*/specs &&
|
||||||
sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \
|
sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \
|
||||||
-e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' $SPECFILE > XX
|
-e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' $SPECFILE > XX
|
||||||
mv XX $SPECFILE
|
mv XX $SPECFILE
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20030510">
|
<!ENTITY version "20030511">
|
||||||
<!ENTITY releasedate "May 10th, 2003">
|
<!ENTITY releasedate "May 11th, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user