mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added command to AbiWord instructions to fix incorrect permissions on help file directories
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3055 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2fa3f49c7a
commit
6acfecc060
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "28">
|
||||
<!ENTITY day "29">
|
||||
<!ENTITY month "11">
|
||||
<!ENTITY year "2004">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -22,6 +22,10 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 29th, 2004 [randy]: Added command to AbiWord
|
||||
instructions to fix incorrect permissions on help file
|
||||
directories.</para></listitem>
|
||||
|
||||
<listitem><para>November 28th, 2004 [dj]: Added default logging lines to
|
||||
named.conf, corrected IP for B.ROOT-SERVERS.NET and added note about
|
||||
Internic's current copy of named.root; updated to Linux-PAM-0.78 and
|
||||
|
@ -81,7 +81,9 @@ cd ../abiword-docs &&
|
||||
install -m644 man/abiword.1 /usr/share/man/man1 &&
|
||||
install -m644 Manual/en/Abiword_Manual.abw \
|
||||
/usr/share/AbiSuite-2.2/AbiWord/docs &&
|
||||
cp -rf help /usr/share/AbiSuite-2.2/AbiWord/help</command></userinput></screen>
|
||||
cp -rf help /usr/share/AbiSuite-2.2/AbiWord/help &&
|
||||
find /usr/share/AbiSuite-2.2/AbiWord/help \
|
||||
-type d -exec chmod 755 {} \;</command></userinput></screen>
|
||||
|
||||
<para>To integrate <application>AbiWord</application> into your
|
||||
<application><acronym>GNOME</acronym>-2</application> environment, run the
|
||||
|
Loading…
Reference in New Issue
Block a user