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

Support make install{xpi} for {Melo,Tele}dactyl.

This commit is contained in:
Doug Kearns
2011-01-07 02:26:46 +11:00
parent b1e8834f3b
commit 7eb7772b61
3 changed files with 15 additions and 8 deletions

View File

@@ -2,10 +2,10 @@
NAME = melodactyl
FIREFOX ?= songbird
SONGBIRD ?= songbird
HOSTAPP ?= $(SONGBIRD)
PROFILEPATHS ?= "$$HOME/.songbird" \
"$$HOME/Library/Songbird" \
"$$APPDATA/Songbird"
PROFILEPATHS ?= "$$HOME/.songbird2" \
"$$HOME/Library/Songbird2" \
"$$APPDATA/Songbird2"
include ../common/Makefile