aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Ferrell <major@homeonderanged.org>2012-05-02 08:15:24 -0500
committerMark Ferrell <major@homeonderanged.org>2012-05-02 08:15:24 -0500
commit1d53fa5f39cee32d261da3007ded64f3cec7b5aa (patch)
tree6f634c3f41f68245d80d5680eef77267ce5630ff
parenta6199d033f8e967c5658938208738b19c6978f54 (diff)
Create the package tmpdir within mkenv
-rwxr-xr-xscripts/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build b/scripts/build
index f488ffe..c888e5e 100755
--- a/scripts/build
+++ b/scripts/build
@@ -70,7 +70,7 @@ EOF
# prepare the environment structure for the current package
mkenv()
{
- for dir in "${W}" "${L}" "${E}" "${D}"; do
+ for dir in "${W}" "${L}" "${E}" "${D}" "${T}"; do
if [ ! -d "${dir}" ]; then
mkdir -p "${dir}"
fi