From 6308e3e455c65a0fe3da7607e2d5464545da5f62 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sat, 9 Apr 2011 09:52:02 -0500 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit