Fix: wrong configure -> make order
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Jan 2015 21:27:47 +0000 (16:27 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 26 Jan 2015 21:27:47 +0000 (16:27 -0500)
lttng-ust/lttng-ust-master.sh

index a1efae592c9215fec71d12804997d7e52db3705a..7fef714585b7af0f2f85d170c6d8519852313502 100755 (executable)
@@ -63,10 +63,11 @@ case "$build" in
                mkdir -p $BUILD_PATH
                cp *.tar.* $BUILD_PATH/
                cd $BUILD_PATH
-               $BUILD_PATH/configure --prefix=$PREFIX $CONF_OPTS
 
                # Ignore level 1 of tar
                tar xvf *.tar.* --strip 1
+
+               $BUILD_PATH/configure --prefix=$PREFIX $CONF_OPTS
                ;;
        *)
                BUILD_PATH=$WORKSPACE
This page took 0.023341 seconds and 4 git commands to generate.