glfs/postlfs/shells/ash/ash-inst.xml
Tushar Teredesai a245e6d1f8 Added ash-0.4.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1327 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-05 20:25:29 +00:00

17 lines
570 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.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>