Changeset f1d3e56 for postlfs/shells


Ignore:
Timestamp:
03/05/2010 05:42:56 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
1a87b97e
Parents:
ae7796d
Message:

Updated to Tcsh-6.17.00

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/tcsh.xml

    rae7796d rf1d3e56  
    77  <!ENTITY tcsh-download-http "http://gd.tuwien.ac.at/utils/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
    88  <!ENTITY tcsh-download-ftp  "ftp://ftp.funet.fi/pub/unix/shells/tcsh/tcsh-&tcsh-version;.tar.gz">
    9   <!ENTITY tcsh-md5sum        "55f1a41512250168ec4bf1db0e246db4">
    10   <!ENTITY tcsh-size          "872 KB">
     9  <!ENTITY tcsh-md5sum        "c47de903e3d52f6824c8dd0c91eeb477">
     10  <!ENTITY tcsh-size          "890 KB">
    1111  <!ENTITY tcsh-buildsize     "9.3 MB">
    1212  <!ENTITY tcsh-time          "0.2 SBU">
     
    8686    commands:</para>
    8787
    88 <screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
     88<screen><userinput>sed -i -e 's|\$\*|#&amp;|' -e 's|fR/g|&amp;m|' tcsh.man2html &amp;&amp;
     89./configure --prefix=/usr --bindir=/bin &amp;&amp;
    8990make &amp;&amp;
    9091sh ./tcsh.man2html</userinput></screen>
     
    105106ln -v -sf tcsh   /bin/csh &amp;&amp;
    106107ln -v -sf tcsh.1 /usr/share/man/man1/csh.1 &amp;&amp;
    107 install -v -m755 -d /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
     108install -v -m755 -d          /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
    108109install -v -m644 tcsh.html/* /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
    109110install -v -m644 FAQ         /usr/share/doc/tcsh-&tcsh-version;</userinput></screen>
     
    113114  <sect2 role="commands">
    114115    <title>Command Explanations</title>
     116
     117    <para><command>sed -i -e 's|\$\*|#&amp;|' -e 's|fR/g|&amp;m|' tcsh.man2html</command>:
     118    This updates some deprecated Perl code.</para>
    115119
    116120    <para><parameter>--bindir=/bin</parameter>: This installs the
Note: See TracChangeset for help on using the changeset viewer.