jenkins.sh: change qemu-img default location to $HOME/qemu-img instead of /opt/qemu-img

Change-Id: I56f314d78c0ca968b1fef9a91ecd540a7cc8fa86
This commit is contained in:
Alexander Couzens 2018-02-25 20:03:59 +01:00 committed by Harald Welte
parent 20259cb307
commit f97296e0ce
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if [ -z "${INSIDE_CHROOT}" ]; then
if ! $(substr "arm" "$(uname -m)") && [ "x${INSTR}" = "x--with-neon" -o "x${INSTR}" = "x--with-neon-vfpv4" ]; then
OSMOTRX_DIR="$PWD" # we assume we are called as contrib/jenkins.sh
ROOTFS_PREFIX="${ROOTFS_PREFIX:-/opt}"
ROOTFS_PREFIX="${ROOTFS_PREFIX:-$HOME}"
ROOTFS="${ROOTFS_PREFIX}/qemu-img"
mkdir -p "${ROOTFS_PREFIX}"