diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2013-12-29 16:45:15 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2013-12-29 16:45:15 +0000 |
commit | 2be021c92381c7709060caa88ab88d10c92c1eaa (patch) | |
tree | bee0c3fa38203983417223a376a53b748049a9a7 | |
parent | e251cb2d38df57e7ba2634fcf4b848258b6c4eb9 (diff) |
Revert last revision
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10421 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/bc.xml | 5 | ||||
-rw-r--r-- | chapter06/xz.xml | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 75bc95d23..8e37d0132 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -43,10 +43,7 @@ <para>Prepare Bc for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --with-readline \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --with-readline</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> diff --git a/chapter06/xz.xml b/chapter06/xz.xml index d97a06a3c..452386759 100644 --- a/chapter06/xz.xml +++ b/chapter06/xz.xml @@ -61,7 +61,7 @@ correct directory:</para> <screen><userinput remap="install">make install -mv -v /usr/bin/{lzcat,lzma,unlzma,unxz,xz,xzcat} /bin +mv -v /usr/bin/{unlzma,unxz,xzcat,lzma,xz} /bin mv -v /usr/lib/liblzma.so.* /lib ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput></screen> |