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/attr.xml

    r6eb029d r099fa3db  
    6363    <para>Install the package:</para>
    6464
    65 <screen><userinput remap="install">make install install-dev install-lib &amp;&amp;
     65<screen><userinput remap="install">make install install-dev install-lib
    6666chmod -v 0755 /lib/libattr.so.1.1.0</userinput></screen>
    6767
     
    7575    symlink to shared library since it points to removed file:</para>
    7676
    77 <screen><userinput remap="install">sed -i 's@/lib@/usr/lib@' /usr/lib/libattr.la &amp;&amp;
     77<screen><userinput remap="install">sed -i 's@/lib@/usr/lib@' /usr/lib/libattr.la
    7878ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so</userinput></screen>
    7979
Note: See TracChangeset for help on using the changeset viewer.