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:
@@ -124,7 +124,7 @@ install:
|
||||
rm -f "$$ext.xpi"; \
|
||||
rm -rf "$$ext"; \
|
||||
echo "Installing to $$ext"; \
|
||||
pwd >$$ext
|
||||
pwd >"$$ext"
|
||||
installxpi: xpi
|
||||
$(FIREFOX) $(XPI)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user