po/make-images.sh: quote LOCALEDIR and PYTHON3

Allows people to specifiy a white-space separated value for them

Void Linux runs them under qemu-user-static like so

qemu-aarch64-static -L ./usr/aarch64-linux-gnu
./usr/aarch64-linux-gnu/usr/bin/python3
This commit is contained in:
maxice8 2019-02-25 19:40:33 -03:00 committed by Mario Limonciello
parent c82a75fe96
commit b6baba5ce3

View File

@ -6,8 +6,8 @@
# Distributed under terms of the GPLv2 license.
#
LOCALEDIR=${DESTDIR}$1
PYTHON3=$2
LOCALEDIR="${DESTDIR}$1"
PYTHON3="$2"
install -m 0755 -d $LOCALEDIR
${PYTHON3} ${MESON_SOURCE_ROOT}/po/make-images "Installing firmware update…" $LOCALEDIR ${MESON_SOURCE_ROOT}/po/LINGUAS