Minor fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2013-12-30 16:59:27 +00:00
parent c42bd95649
commit 4ef6ea00ca
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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