Changeset b75237d for chapter06/bash.xml


Ignore:
Timestamp:
01/25/2016 05:18:52 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
b6ceddb
Parents:
ee46f60
Message:

Merge from trunk r10988.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    ree46f60 rb75237d  
    4949
    5050<screen><userinput remap="configure">./configure --prefix=/usr                       \
    51             --bindir=/bin                       \
    5251            --docdir=/usr/share/doc/bash-&bash-version; \
    5352            --without-bash-malloc               \
     
    8584<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make tests"</userinput></screen>
    8685
    87     <para>Install the package:</para>
     86    <para>Install the package and move the main executable to
     87    <filename class='directory'>/bin</filename>:</para>
    8888
    89 <screen><userinput remap="install">make install</userinput></screen>
     89<screen><userinput remap="install">make install
     90mv -vf /usr/bin/bash /bin</userinput></screen>
    9091
    9192    <para>Run the newly compiled <command>bash</command> program (replacing the one that is
Note: See TracChangeset for help on using the changeset viewer.