Changeset 044384d


Ignore:
Timestamp:
02/18/2014 09:59:02 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
7752574
Parents:
e2c4848
Message:

Fix some differences between two lfs branches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10485 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bc.xml

    re2c4848 r044384d  
    4444    <para>Prepare Bc for compilation:</para>
    4545
    46 <screen><userinput remap="configure">./configure --prefix=/usr   \
    47             --with-readline \
    48             --infodir=/usr/share/info \
    49             --mandir=/usr/share/man</userinput></screen>
     46<screen><userinput remap="configure">./configure --prefix=/usr           \
     47            --with-readline         \
     48            --mandir=/usr/share/man \
     49            --infodir=/usr/share/info</userinput></screen>
    5050
    5151    <variablelist>
  • chapter06/createfiles.xml

    re2c4848 r044384d  
    8484tape:x:4:
    8585tty:x:5:
     86daemon:x:6:
    8687floppy:x:7:
    8788disk:x:8:
  • chapter06/xz.xml

    re2c4848 r044384d  
    6161
    6262<screen><userinput remap="install">make install
    63 mv -v   /usr/bin/{lzcat,lzma,unlzma,unxz,xz,xzcat} /bin
     63mv -v   /usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin
    6464mv -v /usr/lib/liblzma.so.* /lib
    6565ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.