Ignore:
Timestamp:
07/01/2016 10:45:58 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
92dd66f
Parents:
8615350
Message:

Update to at-3.1.20

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/at.xml

    r8615350 r3d6df725  
    77  <!ENTITY at-download-http "http://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz">
    88  <!ENTITY at-download-ftp  "ftp://ftp.de.debian.org/debian/pool/main/a/at/at_&at-version;.orig.tar.gz">
    9   <!ENTITY at-md5sum        "f67a7aab557cd5b4a1311079a08acebe">
    10   <!ENTITY at-size          "124 KB">
     9  <!ENTITY at-md5sum        "e7bd7b785b2cbb17e133d6bdc0fb099e">
     10  <!ENTITY at-size          "128 KB">
    1111  <!ENTITY at-buildsize     "1.8 MB">
    1212  <!ENTITY at-time          "less than 0.1 SBU">
     
    7777  <sect2 role="installation">
    7878    <title>Installation of at</title>
    79 
    80     <note>
    81       <para>
    82         This package tarball has not been made from a directory. Unlike the
    83         normal packages in BLFS, you need to create a directory and untar
    84         into it:
    85       </para>
    86 
    87 <screen><userinput>mkdir -v at-&at-version; &amp;&amp;
    88 cd       at-&at-version; &amp;&amp;
    89 tar -xf  ../at_&at-version;.tar.gz</userinput></screen>
    90    </note>
    9179
    9280    <para>Before building <application>at</application>, as the
     
    10694
    10795<screen><userinput>sed -i '/docdir/s/=.*/= @docdir@/' Makefile.in</userinput></screen>
     96
     97    <para>
     98      Regenerate the build files to be consistent with this package version:
     99    </para>
     100
     101<screen><userinput>autoreconf</userinput></screen>
    108102
    109103    <para>Install <application>at</application> with the following
Note: See TracChangeset for help on using the changeset viewer.