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.
This commit is contained in:
Bruno Wolff III 2011-04-09 09:52:02 -05:00
parent 7020ce3cac
commit 6308e3e455
1 changed files with 1 additions and 1 deletions

View File

@ -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