mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Minor fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c42bd95649
commit
4ef6ea00ca
@ -64,7 +64,7 @@
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make install install-dev install-lib
|
||||
chmod -v 0755 /usr/lib/libacl.so</userinput></screen>
|
||||
chmod -v 755 /usr/lib/libacl.so</userinput></screen>
|
||||
|
||||
<para>The shared library needs to be moved to
|
||||
<filename class="directory">/lib</filename>, and as a result the
|
||||
|
@ -68,7 +68,7 @@
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make install install-dev install-lib
|
||||
chmod -v 0755 /usr/lib/libattr.so</userinput></screen>
|
||||
chmod -v 755 /usr/lib/libattr.so</userinput></screen>
|
||||
|
||||
<para>The shared library needs to be moved to
|
||||
<filename class="directory">/lib</filename>, and as a result the
|
||||
|
@ -52,7 +52,7 @@
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install
|
||||
chmod -v 0755 /usr/lib/libcap.so.2.22</userinput></screen>
|
||||
chmod -v 755 /usr/lib/libcap.so</userinput></screen>
|
||||
|
||||
<para>The shared library needs to be moved to
|
||||
<filename class="directory">/lib</filename>, and as a result the
|
||||
|
Loading…
Reference in New Issue
Block a user