Changeset 2d237fa


Ignore:
Timestamp:
12/13/2011 11:47:14 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
6a513a4
Parents:
f7774787
Message:

Add some mission EOF lines and tweak a couple of instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/zip.xml

    rf7774787 r2d237fa  
    3636    archives.</para>
    3737
    38     &lfs67_checked;
     38    &lfs70_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/installing/xorg7.xml

    rf7774787 r2d237fa  
    173173pathappend $XORG_PREFIX/lib/pkgconfig PKG_CONFIG_PATH
    174174pathappend $XORG_PREFIX/share/pkgconfig PKG_CONFIG_PATH
    175 export PATH PKG_CONFIG_PATH</userinput></screen>
     175export PATH PKG_CONFIG_PATH
     176EOF</userinput></screen>
    176177
    177178    <para>You should also add
  • xsoft/graphweb/seamonkey.xml

    rf7774787 r2d237fa  
    159159ac_add_options --disable-installer
    160160ac_add_options --disable-updater
    161 ac_add_options --disable-tests</userinput></screen>
     161ac_add_options --disable-tests
     162EOF</userinput></screen>
    162163
    163164    <para>Compile <application>SeaMonkey</application> by running the
     
    175176    commands as the <systemitem class="username">root</systemitem> user:</para>
    176177
    177 <screen role="root"><userinput>mkdir -p /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
    178 tar -xf moz-build-dir/mozilla/dist/seamonkey*.tar.bz2 \
     178<screen role="root"><userinput>mkdir -pv /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
     179tar -xvf moz-build-dir/mozilla/dist/seamonkey*.tar.bz2 \
    179180  -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1 &amp;&amp;
    180 mkdir -p /usr/lib/mozilla/plugins &amp;&amp;
    181 ln -s ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
    182 ln -sf ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin &amp;&amp;
    183 cp moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
     181mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
     182ln -svf ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
     183ln -svf ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin &amp;&amp;
     184cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
    184185
    185186  </sect2>
Note: See TracChangeset for help on using the changeset viewer.