diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-18 16:08:59 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-18 16:08:59 +0000 |
commit | 7772c15e45d6f7416e3b3a8ef14e15d7e57bbff8 (patch) | |
tree | f23e47e05b16719dbaf8dd570b849a67070f955d /chapter08/bzip2.xml | |
parent | c3471cf4631eadcf3596f010305b079e61578356 (diff) |
do not use $LFS in chapter08 (looks like a command pasted from chapter 6)
It's harmless since the LFS variable is not set, but ugly!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/bzip2.xml')
-rw-r--r-- | chapter08/bzip2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index 6927df68e..e2ff5108f 100644 --- a/chapter08/bzip2.xml +++ b/chapter08/bzip2.xml @@ -90,7 +90,7 @@ make clean</userinput></screen> <screen><userinput remap="install">cp -v bzip2-shared /bin/bzip2 cp -av libbz2.so* /lib -ln -sv ../../lib/libbz2.so.1.0 $LFS/usr/lib/libbz2.so +ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so rm -v /usr/bin/{bunzip2,bzcat,bzip2} ln -sv bzip2 /bin/bunzip2 ln -sv bzip2 /bin/bzcat</userinput></screen> |