[Fedora-spins] [spin-kickstarts: 4/24] glib-compile-schemas doesn't have a default.

Bruno Wolff III bruno at fedoraproject.org
Sun Apr 10 05:03:48 UTC 2011


commit 6308e3e455c65a0fe3da7607e2d5464545da5f62
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 9 09:52:02 2011 -0500

    glib-compile-schemas doesn't have a default.
    
    I incorrectly assumed glib-compile-schemas would default to the system
    schemas, but it turns out I need to explicitly name the directory.

 custom/qa-test-day.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks
index fafc9f6..3d6bfa8 100644
--- a/custom/qa-test-day.ks
+++ b/custom/qa-test-day.ks
@@ -75,5 +75,5 @@ cat << EOF > /usr/share/glib-2.0/schemas/qa-testday.gschema.override
 [org/gnome/shell]
 favorite-apps=['mozilla-firefox.desktop', 'nautilus.desktop', 'testday-wiki.desktop', 'testday-irc.desktop', 'gnome-terminal.desktop']
 EOF
-glib-compile-schemas
+glib-compile-schemas /usr/share/glib-2.0/schemas/
 %end


More information about the spins mailing list