mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
meson: Fix various install scripts
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
8f336ede12
commit
8146f87808
3 changed files with 9 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue