X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=run;h=2945315d8e2f1e8bd659957b0aaeba5d6ddc9949;hp=7e18edcac69944abf36965697a9c1dd35fe15ee3;hb=f7d18c84dde596699ffc5100fec2cf7b0d582450;hpb=5d139fa8a4a7f9ff65e7b936fd7376f661c72f48 diff --git a/run b/run index 7e18edc..2945315 100755 --- a/run +++ b/run @@ -33,6 +33,10 @@ run=$(readlink -f "$0") b=$(dirname "$run") +# Set TMPDIR so the appliance doesn't conflict with globally +# installed libguestfs. +export TMPDIR=$b + # Set local environment relative to this script. export LD_LIBRARY_PATH="$b/src/.libs" export LIBGUESTFS_PATH="$b/appliance"