diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2013-12-30 16:59:27 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2013-12-30 16:59:27 +0000 |
commit | 4ef6ea00ca89989ef5afb32b56fa2171c3390dff (patch) | |
tree | 53ae2213caa9aa6604ee906eeed3f353b479b49b | |
parent | c42bd956494c3b5ae2f1a44659ea583ba2770d1a (diff) |
Minor fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/acl.xml | 2 | ||||
-rw-r--r-- | chapter06/attr.xml | 2 | ||||
-rw-r--r-- | chapter06/libcap.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml index 60abb39f3..267160cf7 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -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 diff --git a/chapter06/attr.xml b/chapter06/attr.xml index 07a80a0e0..572f7635e 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -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 diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 43f842fe8..df04bc761 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -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 |