Changeset 89eb3f6b for postlfs


Ignore:
Timestamp:
11/29/2005 03:00:52 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
5caa3a2
Parents:
59ddef1
Message:

Updated the Ash instructions to install the new patch name

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/ash.xml

    r59ddef1 r89eb3f6b  
    55  %general-entities;
    66
    7   <!ENTITY ash-version "0.4.0">
    87  <!ENTITY ash-download-http " ">
    9   <!ENTITY ash-download-ftp "ftp://distro.ibiblio.org/pub/linux/distributions/slackware/slackware_source/ap/ash/ash-&ash-version;.tar.gz">
    10   <!ENTITY ash-md5sum "1c59f5b62a081cb0cb3b053c01d79529">
    11   <!ENTITY ash-size "118 KB">
    12   <!ENTITY ash-buildsize "2.2 MB">
    13   <!ENTITY ash-time "0.06 SBU">
     8  <!ENTITY ash-download-ftp  "ftp://distro.ibiblio.org/pub/linux/distributions/slackware/slackware_source/ap/ash/ash-&ash-version;.tar.gz">
     9  <!ENTITY ash-md5sum        "1c59f5b62a081cb0cb3b053c01d79529">
     10  <!ENTITY ash-size          "118 KB">
     11  <!ENTITY ash-buildsize     "2.2 MB">
     12  <!ENTITY ash-time          "less than 0.1 SBU">
    1413]>
    1514
     
    7877    commands:</para>
    7978
    80 <screen><userinput>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
     79<screen><userinput>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-2.patch &amp;&amp;
    8180make</userinput></screen>
    8281
     
    8786
    8887    <para>If you would like to make <command>ash</command> the default
    89     sh shell, make a symlink.</para>
     88    <command>sh</command> shell, make a symlink.</para>
    9089
    9190<screen role="root"><userinput>ln -v -sf ash /bin/sh</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.