Author: randy
Date: 2006-07-15 06:37:38 -0600 (Sat, 15 Jul 2006)
New Revision: 6263

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/office/gnumeric.xml
Log:
Fixed the creation of the symbolic link in the Gnumeric instructions to fix 
access to the help documentation if GNOME is installed in a prefix other than 
/usr, thanks to Alessandro Alocci for spotting the error and contributing the 
fix

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-07-13 21:41:21 UTC (rev 6262)
+++ trunk/BOOK/general.ent      2006-07-15 12:37:38 UTC (rev 6263)
@@ -1,4 +1,4 @@
-<!ENTITY day          "13">                   <!-- Always 2 digits -->
+<!ENTITY day          "15">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-07-13 21:41:21 UTC 
(rev 6262)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-07-15 12:37:38 UTC 
(rev 6263)
@@ -42,6 +42,19 @@
 -->
 
     <listitem>
+      <para>July 15th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Fixed the creation of the symbolic link in the
+          Gnumeric instructions to fix access to the help documentation if
+          GNOME is installed in a prefix other than /usr, thanks to
+          Alessandro Alocci for spotting the error and contributing the
+          fix.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 13th, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/xsoft/office/gnumeric.xml
===================================================================
--- trunk/BOOK/xsoft/office/gnumeric.xml        2006-07-13 21:41:21 UTC (rev 
6262)
+++ trunk/BOOK/xsoft/office/gnumeric.xml        2006-07-15 12:37:38 UTC (rev 
6263)
@@ -112,9 +112,8 @@
     around the problem by creating a symbolic link. As
     <systemitem class="username">root</systemitem>:</para>
 
-<screen role='root'><userinput>ln -vsf $(pkg-config --variable=prefix \
-    ORBit-2.0)/share/gnome/help/gnumeric \
-    /usr/share/gnumeric/&gnumeric-version;/doc</userinput></screen>
+<screen role='root'><userinput>ln -vsf /usr/share/gnome/help/gnumeric \
+        /usr/share/gnumeric/&gnumeric-version;/doc</userinput></screen>
 
     <para>If you have GNOME installed in a prefix other than /usr, as the
     <systemitem class="username">root</systemitem> user create the

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to