Ignore:
Timestamp:
07/21/2004 10:59:07 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
3b01cdd
Parents:
620a57e
Message:

Changed cp command to install for UnZip library installation; added optional dependencies to OpenSSL

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r620a57e r5b5ecb9  
    2020<title>Introduction to <application>UnZip</application></title>
    2121
    22 <para>The <application>UnZip</application> package contains <filename>ZIP
    23 </filename> extraction utilities. These are useful for extracting files from
    24 <filename>ZIP</filename> archives.  <filename>ZIP</filename> archives are
    25 created with <application>PKZIP</application> or <application>Info-ZIP
    26 </application> utilities primarily in a <acronym>DOS</acronym> environment.
     22<para>The <application>UnZip</application> package contains
     23<filename>ZIP</filename> extraction utilities. These are useful for extracting
     24files from <filename>ZIP</filename> archives. <filename>ZIP</filename> archives
     25are created with <application>PKZIP</application> or
     26<application>Info-ZIP</application> utilities primarily in a
     27<acronym>DOS</acronym> environment.
    2728</para>
    2829
     
    6869make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz &amp;&amp;
    6970make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install &amp;&amp;
    70 cp -a libunzip.so* /usr/lib</command></userinput></screen>
     71install -m 755 -o root -g root libunzip.so* /usr/lib</command></userinput></screen>
    7172
    7273</sect2>
Note: See TracChangeset for help on using the changeset viewer.