Fix: relative path for configure
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Jan 2015 20:50:34 +0000 (15:50 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Jan 2015 20:50:34 +0000 (15:50 -0500)
lttng-ust/lttng-ust-master.sh

index ce196579a404c496432f584972fb9ef0e99babab..e8946a0e38ae32013817627bf9ac9287ddb7af9d 100755 (executable)
@@ -54,7 +54,7 @@ case "$build" in
                ;;
 esac
 
-../configure --prefix=$PREFIX $CONF_OPTS
+$WORKSPACE/configure --prefix=$PREFIX $CONF_OPTS
 make V=1
 make install
 
This page took 0.025653 seconds and 4 git commands to generate.