diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-07 06:17:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-07 06:17:01 +0800 |
commit | d6c8334d63edaddf3c16e3237c76776022caed92 (patch) | |
tree | e8e27598383a43469181ecd967487667f8cc78d5 /devel/gconf2/files | |
parent | 727c7434eccbb09964beb9994d44b6989503d47a (diff) | |
download | marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.gz marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.bz2 marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.lz marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.xz marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.tar.zst marcuscom-ports-d6c8334d63edaddf3c16e3237c76776022caed92.zip |
Fix the location of gconf.xml.system.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12034 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/files')
-rw-r--r-- | devel/gconf2/files/patch-gconf_default.path.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gconf2/files/patch-gconf_default.path.in b/devel/gconf2/files/patch-gconf_default.path.in new file mode 100644 index 000000000..0b60822c7 --- /dev/null +++ b/devel/gconf2/files/patch-gconf_default.path.in @@ -0,0 +1,11 @@ +--- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500 ++++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500 +@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path" + xml:readwrite:$(HOME)/.gconf + + # Location for system-wide settings that are set by the defaults mechanism +-xml:readonly:/etc/gconf/gconf.xml.system ++xml:readonly:@sysgconfdir@/gconf.xml.system + + # To read in any defaults settings that the Sys Admin may have created + # prior to a desktop system upgrade. The SysAdmin can stick default values |