diff --git a/gnome/add/at-spi.xml b/gnome/add/at-spi.xml
index 565df18f48..9430d55433 100644
--- a/gnome/add/at-spi.xml
+++ b/gnome/add/at-spi.xml
@@ -77,8 +77,9 @@
following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
+ --sysconfdir=&gnome-etc-dir; \
--libexecdir=$(pkg-config \
- --variable=prefix ORBit-2.0)/lib/at-spi &&
+ --variable=prefix ORBit-2.0)/lib/at-spi &&
make
This package does not come with a functional test suite. Review the
@@ -101,6 +102,9 @@ make
+
+
--libexecdir=$(pkg-config --variable=prefix
ORBit-2.0)/lib/at-spi: This parameter causes the libexec
files to be installed in the preferred location of
diff --git a/gnome/add/gucharmap.xml b/gnome/add/gucharmap.xml
index b99c6fe3ac..0febdf0341 100644
--- a/gnome/add/gucharmap.xml
+++ b/gnome/add/gucharmap.xml
@@ -86,6 +86,7 @@
commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
+ --sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib &&
make
@@ -103,6 +104,9 @@ make
+
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 627bd1f7fd..f7138d0755 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,15 @@
-->
+
+ June 12th, 2010
+
+
+ [wblaszcz] - Fixed up sysconfdir to gucharmap and at-spi.
+
+
+
+
June 9th, 2010