mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-15 17:48:25 +00:00
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:
parent
c82a75fe96
commit
b6baba5ce3
@ -6,8 +6,8 @@
|
|||||||
# Distributed under terms of the GPLv2 license.
|
# Distributed under terms of the GPLv2 license.
|
||||||
#
|
#
|
||||||
|
|
||||||
LOCALEDIR=${DESTDIR}$1
|
LOCALEDIR="${DESTDIR}$1"
|
||||||
PYTHON3=$2
|
PYTHON3="$2"
|
||||||
|
|
||||||
install -m 0755 -d $LOCALEDIR
|
install -m 0755 -d $LOCALEDIR
|
||||||
${PYTHON3} ${MESON_SOURCE_ROOT}/po/make-images "Installing firmware update…" $LOCALEDIR ${MESON_SOURCE_ROOT}/po/LINGUAS
|
${PYTHON3} ${MESON_SOURCE_ROOT}/po/make-images "Installing firmware update…" $LOCALEDIR ${MESON_SOURCE_ROOT}/po/LINGUAS
|
||||||
|
Loading…
Reference in New Issue
Block a user