summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Sack <asac@ubuntu.com>2009-07-27 00:23:55 +0200
committerAlexander Sack <asac@ubuntu.com>2009-07-27 00:23:55 +0200
commit0ad7551c2413af8011301022ff83a75e34112ba2 (patch)
tree27ae5d42ce58e717b5a80092af954c883eaa35b4 /src
parent817fc00f5757a79240b317058597b75fd130fd33 (diff)
* xpi.mk: ensure $(TEMPDIR) existance in stamp-unpack-%:
Diffstat (limited to 'src')
-rw-r--r--src/xpi.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xpi.mk b/src/xpi.mk
index 3dad571..ac7609e 100644
--- a/src/xpi.mk
+++ b/src/xpi.mk
@@ -104,6 +104,7 @@ endif
# ### general helper targets
stamp-unzip-%: $(XPI_FILE)
+ [ -d $(TEMPDIR) ] || mkdir -p $(TEMPDIR)
unzip -d $(TEMPDIR) $(XPI_DIR)$*
touch $@