Author: ken
Date: 2012-02-07 14:49:12 -0700 (Tue, 07 Feb 2012)
New Revision: 9304
Modified:
trunk/BOOK/xsoft/office/gnucash.xml
Log:
Change sysconfdir for gnucash to the new gnome style.
Modified: trunk/BOOK/xsoft/office/gnucash.xml
===================================================================
--- trunk/BOOK/xsoft/office/gnucash.xml 2012-02-07 21:37:43 UTC (rev 9303)
+++ trunk/BOOK/xsoft/office/gnucash.xml 2012-02-07 21:49:12 UTC (rev 9304)
@@ -117,13 +117,13 @@
<para>Install <application>GnuCash</application> by running the following
commands:</para>
-<screen><userinput>sed -i 's|xml::${sysconfdir}|xml::&gnome-old-etc-dir;|'
configure &&
+<screen><userinput>sed -i 's|xml::${sysconfdir}|xml::${GNOME_SYSCONFDIR}|'
configure &&
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
- --with-gconf-schema-file-dir=&gnome-old-etc-dir;/gconf/schemas &&
+ --with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas &&
make</userinput></screen>
<para>If you wish to create the API documentation in HTML format, you must
@@ -218,7 +218,7 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>sed -i 's|xml::${sysconfdir}|xml::&gnome-old-etc-dir;|'
+ <para><command>sed -i 's|xml::${sysconfdir}|xml::${GNOME_SYSCONFDIR}|'
configure</command>: This command is used because the location of the
<application>GConf</application> source database is hard-coded into
the <command>configure</command> script as
@@ -233,7 +233,7 @@
files in <filename class='directory'>/etc/gnucash</filename> instead of
<filename class='directory'>/usr/etc/gnucash</filename>.</para>
-
<para><parameter>--with-gconf-schema-file-dir=&gnome-old-etc-dir;/gconf/schemas</parameter>:
+
<para><parameter>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</parameter>:
This parameter ensures that the <application>GConf</application> schema
files are installed in the proper location instead of
<filename class='directory'>/etc/gconf</filename>.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page