mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Fix some differences between two lfs branches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10485 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e2c484805f
commit
044384de68
@ -45,8 +45,8 @@
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--with-readline \
|
||||
--infodir=/usr/share/info \
|
||||
--mandir=/usr/share/man</userinput></screen>
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
@ -83,6 +83,7 @@ sys:x:2:
|
||||
kmem:x:3:
|
||||
tape:x:4:
|
||||
tty:x:5:
|
||||
daemon:x:6:
|
||||
floppy:x:7:
|
||||
disk:x:8:
|
||||
lp:x:9:
|
||||
|
@ -60,7 +60,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/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin
|
||||
mv -v /usr/lib/liblzma.so.* /lib
|
||||
ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user