summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2011-04-09 09:52:02 -0500
committerBruno Wolff III <bruno@wolff.to>2011-04-09 09:52:02 -0500
commit6308e3e455c65a0fe3da7607e2d5464545da5f62 (patch)
tree4401bcc485f6fd132dd97984684052976589a20b /custom
parent7020ce3cacbf33cf79adf97c18ad8df4407b964f (diff)
downloadspin-kickstarts-6308e3e455c65a0fe3da7607e2d5464545da5f62.tar.gz
spin-kickstarts-6308e3e455c65a0fe3da7607e2d5464545da5f62.tar.xz
spin-kickstarts-6308e3e455c65a0fe3da7607e2d5464545da5f62.zip
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.
Diffstat (limited to 'custom')
-rw-r--r--custom/qa-test-day.ks2
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