Ignore:
Timestamp:
12/26/2017 10:06:42 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
a081a2d9
Parents:
37a1fc56
Message:

mutt-1.9.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    r37a1fc56 r75353b0  
    77  <!ENTITY mutt-download-http " ">
    88  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    9   <!ENTITY mutt-md5sum        "1fbf126b8588e11263bd655b192173bd">
    10   <!ENTITY mutt-size          "4.0 MB">
     9  <!ENTITY mutt-md5sum        "8351fc50ab1bc3c0674e2f537a75e81b">
     10  <!ENTITY mutt-size          "4.1 MB">
    1111  <!ENTITY mutt-buildsize     "39 MB (plus a further 5MB for the PDF manual)">
    12   <!ENTITY mutt-time          "0.3 SBU (plus a further 0.2 SBU to build the PDF manual)">
     12  <!ENTITY mutt-time          "0.3 SBU (plus a further 0.1 SBU to build the PDF manual)">
    1313]>
    1414
     
    134134    commands:</para>
    135135
    136 <screen><userinput>cp -v doc/manual.txt{,.shipped} &amp;&amp;
    137 ./configure --prefix=/usr                           \
     136<screen><userinput>./configure --prefix=/usr                           \
    138137            --sysconfdir=/etc                       \
    139138            --with-docdir=/usr/share/doc/mutt-&mutt-version; \
     
    143142            --enable-hcache                         \
    144143            --enable-sidebar                        &amp;&amp;
    145 make &amp;&amp;
    146 test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
     144make</userinput></screen>
    147145
    148146    <para>To generate the PDF manual with <xref linkend="texlive"/>, run
Note: See TracChangeset for help on using the changeset viewer.