Skip to content

Commit

Permalink
python-3.7.3-0: Update to lastest TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 30, 2019
1 parent 80bf1e9 commit 6b2da52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-3.7.3-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 && ( chmod -R u+rwx $BUILD_TMPDIR || true ; rm -rf $BUILD_TMPDIR )
mkdir -p $BUILD_TMPDIR/home
export TMPDIR=$BUILD_TMPDIR
export HOME=$BUILD_TMPDIR/home
Expand Down

0 comments on commit 6b2da52

Please sign in to comment.