Changeset be713ab for postlfs


Ignore:
Timestamp:
03/23/2007 11:46:10 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f1391576
Parents:
915403df
Message:

Bug fix patch + optional /bin/sh symlink for Dash

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6686 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/dash.xml

    r915403df rbe713ab  
    55  %general-entities;
    66
    7   <!ENTITY dash-download-http "http://ftp.debian.org/debian/pool/main/d/dash/dash_0.5.3.orig.tar.gz">
    8   <!ENTITY dash-download-ftp  " ">
     7  <!ENTITY dash-download-http "http://gondor.apana.org.au/~herbert/dash/files/dash-&dash-version;.tar.gz">
     8  <!ENTITY dash-download-ftp  "ftp://ftp.debian.org/debian/pool/main/d/dash/dash_&dash-version;.orig.tar.gz">
    99  <!ENTITY dash-md5sum        "1a3cd6669459be4344ec55ec9d4914f8">
    1010  <!ENTITY dash-size          "200 KB">
     
    6262    </itemizedlist>
    6363
     64    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     65    <itemizedlist spacing='compact'>
     66      <listitem>
     67        <para>Required Patch containing bug fixes from upstream: <ulink
     68        url="&patch-root;/dash-&dash-version;-fixes-1.patch"/></para>
     69      </listitem>
     70    </itemizedlist>
     71
    6472    <para condition="html" role="usernotes">User Notes:
    6573    <ulink url="&blfs-wiki;/dash"/></para>
     
    7381    commands:</para>
    7482
    75 <screen><userinput>./configure --bindir=/bin --mandir=/usr/share/man &amp;&amp;
     83<screen><userinput>patch -Np1 -i ../dash-&dash-version;-fixes-1.patch &amp;&amp;
     84./configure --bindir=/bin --mandir=/usr/share/man &amp;&amp;
    7685LC_ALL=C make</userinput></screen>
    7786
    78     <!-- <para>Need to include about the test suite.</para> -->
     87    <para>This package does not come with a test suite.</para>
    7988
    8089    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8190
    8291<screen role="root"><userinput>make install</userinput></screen>
     92
     93    <para>If you would like to make <command>dash</command> the default
     94    <command>sh</command>, recreate the <filename>/bin/sh</filename>
     95    symlink as the <systemitem class="username">root</systemitem> user:</para>
     96
     97<screen role="root"><userinput>ln -svf dash /bin/sh</userinput></screen>
    8398
    8499  </sect2>
     
    89104    <para><parameter>--bindir=/bin</parameter>: This parameter places the
    90105    <command>dash</command> binary into the root filesystem.</para>
     106
     107    <para><command>LC_ALL=C make</command>: This ensures that the
     108    <command>sort</command> command executed during the build process returns
     109    the expected results.</para>
     110
    91111  </sect2>
    92112
     
    130150
    131151    <segmentedlist>
    132       <segtitle>Installed Programs</segtitle>
     152      <segtitle>Installed Program</segtitle>
    133153      <segtitle>Installed Libraries</segtitle>
    134154      <segtitle>Installed Directories</segtitle>
Note: See TracChangeset for help on using the changeset viewer.