1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-03 23:45:45 +01:00

Fix minor oversight in last commit.

This commit is contained in:
Kris Maglione
2010-09-30 18:04:19 -04:00
parent e1d589ab9e
commit 195eae7807

View File

@@ -124,7 +124,7 @@ install:
rm -f "$$ext.xpi"; \
rm -rf "$$ext"; \
echo "Installing to $$ext"; \
pwd >$$ext
pwd >"$$ext"
installxpi: xpi
$(FIREFOX) $(XPI)