summaryrefslogtreecommitdiff
path: root/src/xpi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpi.mk')
-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 $@