glfs/postlfs/shells/ash/ash-inst.xml
Larry Lawrence 728425daf9 missed inst and exp for patch links I had changed
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2272 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-05 14:43:24 +00:00

17 lines
572 B
XML

<sect2>
<title>Installation of <application>ASH</application></title>
<para>Install <application>ASH</application> by running the following commands:</para>
<screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
make &amp;&amp;
install -m 755 sh /bin/ash &amp;&amp;
install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen>
<para>If you would like to make <command>ash</command> the default sh shell, make a symlink.</para>
<screen><userinput><command>ln -sf ash /bin/sh</command></userinput></screen>
</sect2>