1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 08:01:24 +02:00

Fix 'make install' on Cygwin and make_jar.sh on Cygwin and BSD-ish systems. Closes issue #43.

This commit is contained in:
Kris Maglione
2010-10-05 14:17:53 -04:00
parent 37e209bb15
commit 5c55d163c0
3 changed files with 24 additions and 7 deletions
+2 -1
View File
@@ -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