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; \