installing schemas



i am about to commit the following patch.

if there are other .schemas files being installed incorrectly, they
should be fixed.

jacob
-- 
"In fact, can you imagine anything more terrifying than a zombie clown?"
	-- moby
Index: libgnome/configure.in
===================================================================
RCS file: /cvs/gnome/libgnome/configure.in,v
retrieving revision 1.86
diff -u -r1.86 configure.in
--- libgnome/configure.in	2001/11/27 11:41:11	1.86
+++ libgnome/configure.in	2001/11/28 17:37:15
@@ -146,7 +146,7 @@
 AC_ARG_ENABLE(gconf-source, [  --enable-gconf-source=sourceaddress      Where to install schema files.],GCONF_CONFIG_SOURCE=$enable_gconf_source,)
 
 if test "x$GCONF_CONFIG_SOURCE" = "x"; then
-        GCONF_CONFIG_SOURCE="xml::\${sysconfdir}/gconf/gconf.xml.defaults"
+        GCONF_CONFIG_SOURCE="xml::\${DESTDIR}\${sysconfdir}/gconf/gconf.xml.defaults"
 fi
 
 AC_SUBST(GCONF_CONFIG_SOURCE)
Index: libgnomeui/configure.in
===================================================================
RCS file: /cvs/gnome/libgnomeui/configure.in,v
retrieving revision 1.52
diff -u -r1.52 configure.in
--- libgnomeui/configure.in	2001/11/27 22:52:06	1.52
+++ libgnomeui/configure.in	2001/11/28 17:37:15
@@ -120,7 +124,7 @@
 AC_ARG_ENABLE(gconf-source, [  --enable-gconf-source=sourceaddress      Where to install schema files.],GCONF_CONFIG_SOURCE=$enable_gconf_source,)
 
 if test "x$GCONF_CONFIG_SOURCE" = "x"; then
-        GCONF_CONFIG_SOURCE="xml::\${sysconfdir}/gconf/gconf.xml.defaults"
+        GCONF_CONFIG_SOURCE="xml::\${DESTDIR}\${sysconfdir}/gconf/gconf.xml.defaults"
 fi
 
 AC_SUBST(GCONF_CONFIG_SOURCE)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]