Ignore:
Timestamp:
02/15/2013 04:05:57 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
24c1553
Parents:
6eb029d
Message:

Remove && after commands in new packages. It's not used with other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/libcap.xml

    r6eb029d r099fa3db  
    5252    <para>Install the package:</para>
    5353
    54 <screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install &amp;&amp;
     54<screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install
    5555chmod -v 0755 /usr/lib/libcap.so.2.22</userinput></screen>
    5656
     
    6060    <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
    6161
    62 <screen><userinput remap="install">mv -v /usr/lib/libcap.so.* /lib &amp;&amp;
     62<screen><userinput remap="install">mv -v /usr/lib/libcap.so.* /lib
    6363ln -sfv ../../lib/libcap.so.2 /usr/lib/libcap.so</userinput></screen>
    6464
Note: See TracChangeset for help on using the changeset viewer.