Author: krejzi Date: Mon Dec 30 08:59:27 2013 New Revision: 10435 Log: Minor fixes.
Modified: branches/systemd/BOOK/chapter06/acl.xml branches/systemd/BOOK/chapter06/attr.xml branches/systemd/BOOK/chapter06/libcap.xml Modified: branches/systemd/BOOK/chapter06/acl.xml ============================================================================== --- branches/systemd/BOOK/chapter06/acl.xml Sun Dec 29 18:18:40 2013 (r10434) +++ branches/systemd/BOOK/chapter06/acl.xml Mon Dec 30 08:59:27 2013 (r10435) @@ -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 Modified: branches/systemd/BOOK/chapter06/attr.xml ============================================================================== --- branches/systemd/BOOK/chapter06/attr.xml Sun Dec 29 18:18:40 2013 (r10434) +++ branches/systemd/BOOK/chapter06/attr.xml Mon Dec 30 08:59:27 2013 (r10435) @@ -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 Modified: branches/systemd/BOOK/chapter06/libcap.xml ============================================================================== --- branches/systemd/BOOK/chapter06/libcap.xml Sun Dec 29 18:18:40 2013 (r10434) +++ branches/systemd/BOOK/chapter06/libcap.xml Mon Dec 30 08:59:27 2013 (r10435) @@ -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 -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page