From: Jonathan Rajotte Date: Mon, 26 Jan 2015 20:50:34 +0000 (-0500) Subject: Fix: relative path for configure X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=44efae22cb30a36f34b31ebd208f6d98a45b625a;p=lttng-ci.git Fix: relative path for configure --- diff --git a/lttng-ust/lttng-ust-master.sh b/lttng-ust/lttng-ust-master.sh index ce19657..e8946a0 100755 --- a/lttng-ust/lttng-ust-master.sh +++ b/lttng-ust/lttng-ust-master.sh @@ -54,7 +54,7 @@ case "$build" in ;; esac -../configure --prefix=$PREFIX $CONF_OPTS +$WORKSPACE/configure --prefix=$PREFIX $CONF_OPTS make V=1 make install