From 5cf58308d7aa9fffc15ae23a625d89126554ee2f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 12 Jan 2011 20:22:59 -0500 Subject: [PATCH] Import patch from dhahler. Closes issue \#253. --- common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Makefile b/common/Makefile index 51ff6197..cdbb2c62 100644 --- a/common/Makefile +++ b/common/Makefile @@ -133,6 +133,7 @@ install: fi; \ \ ext="$$profile/extensions/$(UUID)"; \ + mkdir -p "$$(dirname "$$ext")"; \ rm -rf "$$ext.xpi" "$$ext"; \ echo "Installing to $$ext"; \ if which cygpath >/dev/null 2>&1; \