mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
make install script compile the locally installed schema
This commit is contained in:
parent
a7efce596d
commit
1c89f7243a
@ -24,6 +24,7 @@ $SUDO cp *.js *.json "$INST_DIR"
|
|||||||
|
|
||||||
if [ "$1" != "global" ]; then
|
if [ "$1" != "global" ]; then
|
||||||
$SUDO cp -ax *.svg schemas "$INST_DIR"
|
$SUDO cp -ax *.svg schemas "$INST_DIR"
|
||||||
|
glib-compile-schemas "$INST_DIR"/schemas
|
||||||
else
|
else
|
||||||
echo "Installing schema"
|
echo "Installing schema"
|
||||||
$SUDO cp schemas/*.xml /usr/share/glib-2.0/schemas/ && \
|
$SUDO cp schemas/*.xml /usr/share/glib-2.0/schemas/ && \
|
||||||
|
Loading…
Reference in New Issue
Block a user