Changeset 728425d


Ignore:
Timestamp:
06/05/2004 02:43:24 PM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ab2d9c60
Parents:
52a46b3a
Message:

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd/dhcpcd-exp.xml

    r52a46b3a r728425d  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs.patch
     4<para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs-1.patch
    55</command>: <application>Dhcpcd</application> unpatched puts all configuration
    66and temporary files in <filename>/etc/dhcpc</filename>. This becomes very
  • connect/dhcp/dhcpcd/dhcpcd-inst.xml

    r52a46b3a r728425d  
    55commands:</para>
    66
    7 <screen><userinput><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs.patch &amp;&amp;
     7<screen><userinput><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs-1.patch &amp;&amp;
    88./configure --prefix="" --sysconfdir=/var/lib \
    99--mandir=/usr/share/man &amp;&amp;
  • general/genutils/bc/bc-inst.xml

    r52a46b3a r728425d  
    44<para>Install <command>bc</command> by running the following commands:</para>
    55
    6 <screen><userinput><command>patch -Np1 -i ../bc-1.06-flex-invocation.patch &amp;&amp;
    7 patch -Np1 -i ../bc-1.06-readline.patch &amp;&amp;
     6<screen><userinput><command>patch -Np1 -i ../bc-1.06-flex_invocation-1.patch &amp;&amp;
     7patch -Np1 -i ../bc-1.06-readline-1.patch &amp;&amp;
    88./configure --prefix=/usr --with-readline &amp;&amp;
    99make &amp;&amp;
  • general/genutils/bc/bc-intro.xml

    r52a46b3a r728425d  
    2323url="&patch-root;/bc-1.06-flex_invocation-1.patch"/></para></listitem>
    2424<listitem><para>Required Patch: <ulink
    25 url="&patch-root;/bc-1.06-readline.patch"/></para></listitem>
     25url="&patch-root;/bc-1.06-readline-1.patch"/></para></listitem>
    2626</itemizedlist></sect3>
    2727                                                                               
  • postlfs/security/cracklib/cracklib-inst.xml

    r52a46b3a r728425d  
    2020<para>Now apply BLFS patch:</para>
    2121
    22 <screen><userinput><command>patch -Np1 -i ../cracklib-&cracklib-version;-blfs-1.patch</command></userinput></screen>
     22<screen><userinput><command>patch -Np1 -i ../cracklib,&cracklib-version;-blfs-1.patch</command></userinput></screen>
    2323
    2424<para>If necessary, apply the heimdal patch:</para>
    2525
    2626<screen><userinput><command>cp -R cracklib cracklib_krb5 &amp;&amp;
    27 patch -Np1 -i ../cracklib-&cracklib-version;-heimdal-1.patch</command></userinput></screen>
     27patch -Np1 -i ../cracklib,&cracklib-version;-heimdal-1.patch</command></userinput></screen>
    2828
    2929<para>Finally install the package:</para>
  • postlfs/shells/ash/ash-inst.xml

    r52a46b3a r728425d  
    44<para>Install <application>ASH</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative-fixes.patch &amp;&amp;
     6<screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &amp;&amp;
    77make &amp;&amp;
    88install -m 755 sh /bin/ash &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.