[EMAIL PROTECTED] wrote these words on 04/14/06 08:15 CST: > Author: andy > Date: 2006-04-14 07:15:55 -0600 (Fri, 14 Apr 2006) > New Revision: 5854 > trunk/BOOK/xsoft/office/gnumeric.xml > Log: > Updated to Gnumeric-1.6.3 and Goffice-0.2.1 > Modified: trunk/BOOK/xsoft/office/gnumeric.xml > > <screen role='root'><userinput>make install && > -install -v -m755 -d /usr/share/gnumeric/&gnumeric-version;/doc && > -ln -v -s /usr/share/gnome/help/gnumeric/C \ > +ln -v -s $(pkg-config --variable=prefix \ > + ORBit-2.0)/share/gnome/help/gnumeric \ > /usr/share/gnumeric/&gnumeric-version;/doc</userinput></screen>
This probably needs to be changed to $GNOME_Prefix instead of the ORBit variable. We cannot assume that ORBit is installed (which the instructions now do because of this change), so we have to do it under the pretense that it is not installed. GNOME (at least ORBit, anyway) is optional. Only libgnomeprintui is required, and it doesn't necessarily have to have ORBit installed. -- Randy rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 09:22:00 up 19 days, 20:59, 2 users, load average: 0.06, 0.31, 0.46 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
