diff options
| author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-03 01:10:33 +0000 |
|---|---|---|
| committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-03 01:10:33 +0000 |
| commit | 65a0b7749842e01df429976df4851ef394fded4e (patch) | |
| tree | a1ed13ef7a803fba9e344c32575739cf5bd6b19a | |
| parent | dcaef5dec6b283229cc11892f5c9333c163be595 (diff) | |
| download | simplepkg-65a0b7749842e01df429976df4851ef394fded4e.tar.gz simplepkg-65a0b7749842e01df429976df4851ef394fded4e.tar.bz2 | |
making mkbuild load TMP config parameter
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@629 04377dda-e619-0410-9926-eae83683ac58
| -rwxr-xr-x | trunk/src/mkbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index 7f9ea7b..7fba3d8 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -703,6 +703,7 @@ function load_parameters { SVN_GROUP="`eval_parameter MKBUILDS_SVN_GROUP`" COLOR_MODE="`eval_parameter COLOR_MODE none`" + TMP="`eval_parameter TMP /tmp`" } # ---------------------------------------------------------------- |
