forked from srbala/fedora-kickstarts
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:
parent
7020ce3cac
commit
6308e3e455
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user