Ignore:
Timestamp:
01/25/2013 12:48:47 AM (11 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:
8f1699f2
Parents:
cd34755
Message:

Minor changes to various packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rcd34755 r5a464e4d  
    205205
    206206install -v -m755 -d /usr/share/doc/php-&php-version; &amp;&amp;
    207 install -v -m644 CODING_STANDARDS EXTENSIONS INSTALL NEWS \
    208                  README* UPGRADING* php.gif \
    209     /usr/share/doc/php-&php-version; &amp;&amp;
    210 ln -v -sfn /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
    211          /usr/share/doc/php-&php-version; &amp;&amp;
    212 ln -v -sfn /usr/lib/php/doc/Structures_Graph/docs \
    213          /usr/share/doc/php-&php-version;</userinput></screen>
     207install -v -m644    CODING_STANDARDS EXTENSIONS INSTALL NEWS \
     208                    README* UPGRADING* php.gif \
     209                    /usr/share/doc/php-&php-version; &amp;&amp;
     210ln -v -sfn          /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
     211                    /usr/share/doc/php-&php-version; &amp;&amp;
     212ln -v -sfn          /usr/lib/php/doc/Structures_Graph/docs \
     213                    /usr/share/doc/php-&php-version;</userinput></screen>
    214214
    215215    <para>The pre-built HTML documentation is packaged in two forms: a tarball
     
    273273      enables command line <application>Readline</application> support.</para>
    274274
    275       <para><parameter>--disable-libxml</parameter>: This parameter
     275      <para><option>--disable-libxml</option>: This option
    276276      allows building PHP without <application>libxml2</application>
    277277      installed.</para>
Note: See TracChangeset for help on using the changeset viewer.