1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 12:44:13 +01:00

Import patch from dhahler. Closes issue \#253.

This commit is contained in:
Kris Maglione
2011-01-12 20:22:59 -05:00
parent 07f15f838b
commit 5cf58308d7

View File

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