aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2013-05-18 16:53:34 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2013-05-18 16:53:34 +0000
commit310308a42c1669bf94cce7c9df67767bd6d97792 (patch)
treed9319d0f8c27330e88f4f8527c4f415a9e9a0de8
parent075ac1caee2d8e42997c5a54bf6dcdbd5001e0d1 (diff)
Fix a sed on the ACL page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/acl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml
index f6a32a5b7..930c01fa5 100644
--- a/chapter06/acl.xml
+++ b/chapter06/acl.xml
@@ -75,7 +75,7 @@ chmod -v 0755 /lib/libacl.so.1.1.0</userinput></screen>
<para>Change default location for the libtool archive and recreate
symlink to shared library since it points to removed file:</para>
-<screen><userinput remap="install">sed -i 's@/lib@/usr/lib@' /usr/lib/libacl.la
+<screen><userinput remap="install">sed -i "s|libdir='/lib'|libdir='/usr/lib'|" /usr/lib/libacl.la
ln -sfv ../../lib/libacl.so.1 /usr/lib/libacl.so</userinput></screen>
</sect2>