Skip to content

Commit

Permalink
TEMPLATE.sh: fix issue #52
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Apr 16, 2019
1 parent 4402d69 commit b6a2463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TEMPLATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -xe
umask 022

BUILD_TMPDIR=/dev/shm/$PKG-$VERSION-$BUILD.build.tmp
test -d $BUILD_TMPDIR && rm -rf $BUILD_TMPDIR
test -d $BUILD_TMPDIR && find $BUILD_TMPDIR -delete
mkdir -p $BUILD_TMPDIR/home
export TMPDIR=$BUILD_TMPDIR
export HOME=$BUILD_TMPDIR/home
Expand Down

0 comments on commit b6a2463

Please sign in to comment.