Changeset f011dbb


Ignore:
Timestamp:
02/22/2009 03:50:33 PM (15 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a90cb6a
Parents:
30d39a5b
Message:

Fix command arrangement

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r30d39a5b rf011dbb  
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "February &day;th, &year;">
     12<!ENTITY releasedate  "February &day;nd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    327327<!-- Chapter 14 -->
    328328<!ENTITY dhcp-version                 "3.0.6">
    329 <!ENTITY dhcpcd-version               "4.0.7">
     329<!ENTITY dhcpcd-version               "4.0.9">
    330330
    331331<!-- Chapter 15 -->
  • pst/ps/a2ps.xml

    r30d39a5b rf011dbb  
    8181    <bridgehead renderas="sect4">Required</bridgehead>
    8282    <para role="required"><xref linkend="gperf"/></para>
     83
    8384    <bridgehead renderas="sect4">Recommended</bridgehead>
    8485    <para role="recommended"><xref linkend="psutils"/>, and
     
    108109    <title>Installation of a2ps</title>
    109110
    110     <para>First run <command>autoconf</command> to recreate the
    111     <filename>configure</filename> script. This is required cause
    112     there is an issue in the mktime test which would cause the
    113     <filename>configure</filename> to hang for 60 seconds and than
    114     report that there is no working mktime function.</para>
    115 
    116 <screen><userinput>autoconf</userinput></screen>
    117 
    118     <para>Fix a bug in the handling of the version output of
    119     <command>gperf</command>:</para>
    120 
    121 <screen><userinput>sed -i "s;GPERF --version |;&amp; head -n 1 |;" configure</userinput></screen>
    122 
    123111    <para>Install <application>a2ps</application> by running the following
    124112    commands:</para>
    125113
    126 <screen><userinput>sed -i "s;/usr/local/share;/usr/share;" configure &amp;&amp;
     114<screen><userinput>autoconf &amp;&amp;
     115sed -i "s/GPERF --version |/&amp; head -n 1 |/" configure &amp;&amp;
     116sed -i "s|/usr/local/share|/usr/share|" configure &amp;&amp;
    127117./configure --prefix=/usr \
    128118    --sysconfdir=/etc/a2ps \
     
    158148    <title>Command Explanations</title>
    159149
    160     <para><command>sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh</command>:
    161     The <filename>make_fonts_map.sh</filename> script uses an option that is
    162     invalid with the version of <command>sort</command> installed as part of
    163     <application>Coreutils-&lfs-coreutils-version;</application>.
    164     If you are using an older version of <application>Coreutils</application>,
    165     skip this step.</para>
     150    <para><command>autoconf</command>: This command is to recreate the
     151    <filename>configure</filename> script. This is required because there is
     152    an issue in the mktime test which would cause the configure command to
     153    hang for 60 seconds and than report that there is no working mktime
     154    function.</para>
     155
     156    <para><command>sed -i "s/GPERF --version |/&amp; head -n 1 |/" configure</command>:
     157    Fix a bug in the handling of the version output of
     158    <command>gperf</command>.</para>
    166159
    167160    <para><command>sed -i -e "s|/usr/local/share|/usr/share|" configure</command>:
Note: See TracChangeset for help on using the changeset viewer.