Changeset 4ef6ea00


Ignore:
Timestamp:
12/30/2013 04:59:27 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
b2b9fd6
Parents:
c42bd95
Message:

Minor fixes.

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/acl.xml

    rc42bd95 r4ef6ea00  
    6565
    6666<screen><userinput remap="install">make install install-dev install-lib
    67 chmod -v 0755 /usr/lib/libacl.so</userinput></screen>
     67chmod -v 755 /usr/lib/libacl.so</userinput></screen>
    6868
    6969    <para>The shared library needs to be moved to
  • chapter06/attr.xml

    rc42bd95 r4ef6ea00  
    6969
    7070<screen><userinput remap="install">make install install-dev install-lib
    71 chmod -v 0755 /usr/lib/libattr.so</userinput></screen>
     71chmod -v 755 /usr/lib/libattr.so</userinput></screen>
    7272
    7373    <para>The shared library needs to be moved to
  • chapter06/libcap.xml

    rc42bd95 r4ef6ea00  
    5353
    5454<screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install
    55 chmod -v 0755 /usr/lib/libcap.so.2.22</userinput></screen>
     55chmod -v 755 /usr/lib/libcap.so</userinput></screen>
    5656
    5757    <para>The shared library needs to be moved to
Note: See TracChangeset for help on using the changeset viewer.