Ignore:
Timestamp:
03/04/2005 03:24:20 PM (19 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:
a79db94
Parents:
113bb709
Message:

Changed the order of a build command in the AbiWord instructions to fix breakage

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    r113bb709 r451ae882  
    8484<screen><userinput role='root'><command>cd ../abi &amp;&amp;
    8585make install &amp;&amp;
     86cp -v -rf docs /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
    8687cd ../abiword-docs &amp;&amp;
    87 cp -rf docs /usr/share/AbiSuite-2.2/AbiWord &amp;&amp;
    88 install -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
    89 install -m644 Manual/en/Abiword_Manual.abw \
     88install -v -m644 man/abiword.1 /usr/share/man/man1 &amp;&amp;
     89install -v -m644 Manual/en/Abiword_Manual.abw \
    9090    /usr/share/AbiSuite-2.2/AbiWord/docs &amp;&amp;
    91 cp -rf help /usr/share/AbiSuite-2.2/AbiWord/help &amp;&amp;
     91cp -v -rf help /usr/share/AbiSuite-2.2/AbiWord/help &amp;&amp;
    9292find /usr/share/AbiSuite-2.2/AbiWord/help \
    93     -type d -exec chmod 755 {} \;</command></userinput></screen>
     93    -type d -exec chmod -v 755 {} \;</command></userinput></screen>
    9494
    9595<para>To integrate <application>AbiWord</application> into your
     
    9898
    9999<screen><userinput><command>cd .. &amp;&amp;
    100 install -m644 abidistfiles/GNOME_AbiWord_Control_2_2.server \
     100install -v -m644 abidistfiles/GNOME_AbiWord_Control_2_2.server \
    101101    $GNOME_PREFIX/lib/bonobo/servers &amp;&amp;
    102 install -m644 abi/abiword.desktop $GNOME_PREFIX/share/applications</command></userinput></screen>
     102install -v -m644 abi/abiword.desktop $GNOME_PREFIX/share/applications</command></userinput></screen>
    103103
    104104</sect2>
Note: See TracChangeset for help on using the changeset viewer.