1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 14:15:47 +01:00

Fix building with XPI=/absolute/path.

This commit is contained in:
Kris Maglione
2011-01-28 05:12:42 -05:00
parent e20133ae1f
commit 0f6f7f1610
2 changed files with 12 additions and 6 deletions

View File

@@ -35,8 +35,8 @@ XPI_TEXTS = js jsm $(JAR_TEXTS)
XPI_BINS = $(JAR_BINS)
XPI_NAME = $(NAME)-$(VERSION)
XPI_PATH = ../downloads/$(XPI_NAME)
XPI = $(XPI_PATH).xpi
XPI_PATH = ../downloads/
XPI = $(XPI_PATH)$(XPI_NAME).xpi
RDF = ../downloads/update.rdf
RDF_IN = $(RDF).in