From 1c89f7243ad6c376ce380b375e9d51a48d798279 Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Wed, 22 May 2013 08:19:11 +0200 Subject: [PATCH] make install script compile the locally installed schema --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f131aa6..3afb696 100755 --- a/install.sh +++ b/install.sh @@ -24,6 +24,7 @@ $SUDO cp *.js *.json "$INST_DIR" if [ "$1" != "global" ]; then $SUDO cp -ax *.svg schemas "$INST_DIR" + glib-compile-schemas "$INST_DIR"/schemas else echo "Installing schema" $SUDO cp schemas/*.xml /usr/share/glib-2.0/schemas/ && \