Changeset 10033899 for postlfs


Ignore:
Timestamp:
03/07/2010 08:10:17 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:
2bb9a3a
Parents:
329c4bf
Message:

Updated to ACL-2.2.49

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/acl.xml

    r329c4bf r10033899  
    77  <!ENTITY acl-download-http "http://mirrors.zerg.biz/nongnu/acl/acl-&acl-version;.src.tar.gz">
    88  <!ENTITY acl-download-ftp  "ftp://oss.sgi.com/projects/xfs/cmd_tars-oct_09/acl-&acl-version;.src.tar.gz">
    9   <!ENTITY acl-md5sum        "6ed035f4b7dffc7de5ef871f86a5cab8">
    10   <!ENTITY acl-size          "353 KB">
     9  <!ENTITY acl-md5sum        "181445894cca986da9ae0099d5ce2d08">
     10  <!ENTITY acl-size          "362 KB">
    1111  <!ENTITY acl-buildsize     "5 MB">
    1212  <!ENTITY acl-time          "0.1 SBU">
     
    7272    commands:</para>
    7373
    74 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
     74<screen><userinput>sed -i "s|/@pkg_name@|&amp;-@pkg_version@|" include/builddefs.in &amp;&amp;
     75./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    7576make</userinput></screen>
    7677
     
    8586    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8687
    87 <screen role="root"><userinput>make install install-dev install-lib &amp;&amp;
    88 mv /usr/share/doc/acl /usr/share/doc/acl-&acl-version;</userinput></screen>
     88<screen role="root"><userinput>make install install-dev install-lib</userinput></screen>
    8989
    9090    <para>You should now re-install <application><ulink
     
    9595    following to execute all three:
    9696    <command>make tests root-tests ext-tests</command>.</para>
     97
     98  </sect2>
     99
     100  <sect2 role="commands">
     101    <title>Command Explanations</title>
     102
     103    <para><command>sed -i ... include/builddefs.in</command>: This command
     104    changes the documentation directory to a versioned directory.</para>
    97105
    98106  </sect2>
Note: See TracChangeset for help on using the changeset viewer.