meson: Fix various install scripts

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-26 14:11:47 +07:00 committed by Arun Raghavan
parent 8f336ede12
commit 8146f87808
3 changed files with 9 additions and 3 deletions

View file

@ -5,5 +5,8 @@ set -u
DATADIR="$1"
# Package managers set this so we don't need to run
if [ "${DESTDIR:-}" ]; then exit 0; fi
echo "Compiling GSettings schemas..."
glib-compile-schemas "$DATADIR/glib-2.0/schemas"