mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-15 23:43:32 +01:00
Fix minor oversight in last commit.
This commit is contained in:
@@ -124,7 +124,7 @@ install:
|
|||||||
rm -f "$$ext.xpi"; \
|
rm -f "$$ext.xpi"; \
|
||||||
rm -rf "$$ext"; \
|
rm -rf "$$ext"; \
|
||||||
echo "Installing to $$ext"; \
|
echo "Installing to $$ext"; \
|
||||||
pwd >$$ext
|
pwd >"$$ext"
|
||||||
installxpi: xpi
|
installxpi: xpi
|
||||||
$(FIREFOX) $(XPI)
|
$(FIREFOX) $(XPI)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user