mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 08:05:45 +01:00
Fix 'make install' on Cygwin and make_jar.sh on Cygwin and BSD-ish systems. Closes issue #43.
This commit is contained in:
@@ -6,6 +6,7 @@ FIREFOX ?= firefox
|
||||
HOSTAPP ?= $(FIREFOX)
|
||||
PROFILEPATHS ?= "$$HOME/.mozilla/firefox" \
|
||||
"$$HOME/Library/Mozilla/Firefox" \
|
||||
"$$APPDATA/Mozilla/Firefox"
|
||||
"$$APPDATA/Mozilla/Firefox" \
|
||||
"$$AppData/Mozilla/Firefox"
|
||||
|
||||
include ../common/Makefile
|
||||
|
||||
Reference in New Issue
Block a user