[Lunar-commits] <moonbase> gnome2: add gconf schema install to POST_BUILD

Zachary McGrew zmcgrew at lunar-linux.org
Sun Jul 20 22:42:14 CEST 2008


commit 7188f64fcd14eac3810344763ce8b0bff579f497
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sun Jul 20 13:42:14 2008 -0700

    gnome2: add gconf schema install to POST_BUILD
    
    This should take care problems of missing icons, settings, etc. when gnome is first installed.
---
 profiles/gnome2/POST_BUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/profiles/gnome2/POST_BUILD b/profiles/gnome2/POST_BUILD
index 27ba77d..becbd72 100644
--- a/profiles/gnome2/POST_BUILD
+++ b/profiles/gnome2/POST_BUILD
@@ -1 +1,2 @@
+GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/*
 true


More information about the Lunar-commits mailing list