babeltrace: Fixes for sources in a subdir
[lttng-ci.git] / scripts / babeltrace / build.sh
index 96430e54aa2b5fb7a77a610f3d09070282539fe7..8666e1bfcfd1bbcfede9ab21a3ada8a93ffbfe14 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash -exu
 #
 # Copyright (C) 2015 - Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+#               2016 - Michael Jeanson <mjeanson@efficios.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,6 +25,8 @@ PREFIX="$WORKSPACE/build"
 rm -rf "$PREFIX" "$TMPDIR"
 mkdir -p "$PREFIX" "$TMPDIR"
 
+export TMPDIR
+
 # Set platform variables
 case "$arch" in
 solaris10)
This page took 0.022897 seconds and 4 git commands to generate.