Ignore:
Timestamp:
10/10/2014 03:03:30 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
b78a90e
Parents:
b17f2b00
Message:

Merge updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14558 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/zsh.xml

    rb17f2b00 r5dec59cf  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "7150a6abc2aa1a79d81ed9a282594225">
     9  <!ENTITY zsh-md5sum        "1cd396ce17952de50b8a89980d617f0a">
    1010  <!ENTITY zsh-size          "3.1 MB">
    11   <!ENTITY zsh-buildsize     "64 MB (includes installing documentation - additional 2 MB for PDF documentation)">
     11  <!ENTITY zsh-buildsize     "63 MB (includes installing documentation - additional 1 MB for PDF documentation)">
    1212  <!ENTITY zsh-time          "0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for the tests)">
    1313
    14   <!ENTITY zsh-doc-md5sum    "3333759b5ae9710ceed11b02645a0049">
     14  <!ENTITY zsh-doc-md5sum    "ec04d46211a20281778ddbbde9aa680f">
    1515  <!ENTITY zsh-doc-size      "2.9 MB">
    1616]>
     
    110110    commands:</para>
    111111
    112 <screen><userinput>sed -e '/attr.mdh/ d' -e '/attr.pro/ d'                                        \
    113     -e '/include &lt;sys\/xattr.h&gt;/ a\\n#include "attr.mdh"\n#include "attr.pro"' \
    114     -i Src/Modules/attr.c                             &amp;&amp;
    115 
    116 ./configure --prefix=/usr         \
     112<screen><userinput>./configure --prefix=/usr         \
    117113            --bindir=/bin         \
    118114            --sysconfdir=/etc/zsh \
     
    162158  <sect2 role="commands">
    163159    <title>Command Explanations</title>
    164 
    165     <para><command>sed ... Src/Modules/attr.c</command>: Fix
    166     <application>zsh-&zsh-version;</application> to build with
    167     <application>libcap-2.x</application> (x &gt; 23).</para>
    168160
    169161    <para><parameter>--sysconfdir=/etc/zsh</parameter> and
Note: See TracChangeset for help on using the changeset viewer.