mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Adding a forgotten backslash in the re-adjustment sed command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2ab760cde9
commit
fa8a9a6302
@ -32,7 +32,7 @@ this:</para>
|
||||
|
||||
<para><screen><userinput>SPECFILE=/stage1/lib/gcc-lib/*/*/specs
|
||||
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'
|
||||
-e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' \
|
||||
$SPECFILE > newspecfile
|
||||
mv newspecfile $SPECFILE
|
||||
unset SPECFILE</userinput></screen></para>
|
||||
|
Loading…
Reference in New Issue
Block a user