aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-03 03:28:22 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-03 03:28:22 +0000
commitee47c515fa49ff0eda5fe1ce107af145e9738de3 (patch)
treeabb99582ce650eea6863f6108a7da54e26020116
parent649cce04c827529f8e94cc4e6cabe4a73ca83a7b (diff)
downloadsimplepkg-ee47c515fa49ff0eda5fe1ce107af145e9738de3.tar.gz
simplepkg-ee47c515fa49ff0eda5fe1ce107af145e9738de3.tar.bz2
createpkg: explicitly passing env var TMP to SlackBuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@631 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r--trunk/src/createpkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 26e6564..943b991 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -622,6 +622,7 @@ cd $SCRIPT_BASE
[ $DEBUG -eq $off ] && SHELL_FLAG="+x" || SHELL_FLAG="-x"
(
LANG=en_US \
+ TMP=$TMP \
SRC_DIR=${SRC_DIR:=$SOURCE_DIR} \
SRC=${SRC_DIR:=$SOURCE_DIR} \
ARCH=${ARCH:=$CREATE_ARCH} \