Author: krejzi
Date: Sat May 18 09:53:34 2013
New Revision: 10284

Log:
Fix a sed on the ACL page.

Modified:
   branches/systemd/BOOK/chapter06/acl.xml

Modified: branches/systemd/BOOK/chapter06/acl.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/acl.xml     Sat May 18 09:45:27 2013        
(r10283)
+++ branches/systemd/BOOK/chapter06/acl.xml     Sat May 18 09:53:34 2013        
(r10284)
@@ -75,7 +75,7 @@
     <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>
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to