aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-02-25 20:03:59 +0100
committerHarald Welte <laforge@gnumonks.org>2018-04-12 09:23:28 +0000
commitf97296e0ce33235e530dcf38e6e97417d7db92e4 (patch)
treeff1c5200f13a4797188f4b5ee6e28075d3d2c4a0 /contrib
parent20259cb30700353ba26fd983538e7f3d8f9d4f83 (diff)
jenkins.sh: change qemu-img default location to $HOME/qemu-img instead of /opt/qemu-img
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 10fc2b1..c4d786d 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -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}"