Changeset 0969339


Ignore:
Timestamp:
10/26/2014 05:59:58 PM (9 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, 7.7, 7.8, 7.9, 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:
a0167ec
Parents:
6f1e27a0
Message:

Editorial changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r6f1e27a0 r0969339  
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
    4141
    42     <para>The download link below obtains
    43     <filename>libical-&libical-version;.tar.gz</filename>, if a web browser,
    44     such as <xref linkend="firefox"/>, is used. This is is the correct name for
    45     the archive, because it uncompresses into <filename
    46     class="directory">libical-&libical-version;</filename> directory. However,
    47     if other method is used for downloading it, e.g. <xref linkend="wget"/>,
    48     the obtained file is <filename>v&libical-version;.tar.gz</filename>, which
    49     is not acceptable. It is recommended to rename it to the correct filename
    50     <filename>libical-&libical-version;.tar.gz</filename>. You can achieve this
    51     automatically, by issuing <command>wget <ulink
    52     url="&libical-download-http;"/> -O
    53     <filename>libical-&libical-version;.tar.gz</filename></command>.</para>
     42    <note>
     43
     44      <para>The download link below obtains
     45      <filename>libical-&libical-version;.tar.gz</filename> if a web browser
     46      such as <xref linkend="firefox"/> is used. This is is the correct name
     47      for the archive, because it saves the file as <filename
     48      class="directory">libical-&libical-version;</filename>. However, if
     49      another method is used for downloading, e.g. <xref linkend="wget"/>, the
     50      file name is <filename>v&libical-version;.tar.gz</filename>, which is not
     51      acceptable. The file should be renamed to the correct filename
     52      <filename>libical-&libical-version;.tar.gz</filename>. You can achieve
     53      this automatically by using the command:</para>
     54   
     55 <screen><userinput>wget <ulink url="&libical-download-http;"/> -O libical-&libical-version;.tar.gz</userinput></screen>
     56    </note>
    5457
    5558    <itemizedlist spacing="compact">
Note: See TracChangeset for help on using the changeset viewer.