Changeset 310308a for chapter06/acl.xml


Ignore:
Timestamp:
05/18/2013 04:53:34 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
eb460c5
Parents:
075ac1c
Message:

Fix a sed on the ACL page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10284 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/acl.xml

    r075ac1c r310308a  
    7676    symlink to shared library since it points to removed file:</para>
    7777
    78 <screen><userinput remap="install">sed -i 's@/lib@/usr/lib@' /usr/lib/libacl.la
     78<screen><userinput remap="install">sed -i "s|libdir='/lib'|libdir='/usr/lib'|" /usr/lib/libacl.la
    7979ln -sfv ../../lib/libacl.so.1 /usr/lib/libacl.so</userinput></screen>
    8080
Note: See TracChangeset for help on using the changeset viewer.