зеркало из https://github.com/mozilla/pjs.git
Bug 677674 - absolute path is required to build test pilot. r=dtownsend
This commit is contained in:
Родитель
dda6c0d036
Коммит
8938340464
|
@ -58,7 +58,7 @@ $(NSINSTALL) -D $(dir) && \
|
|||
$(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py $(DEFINES) $(ACDEFINES) $(srcdir)/$(dir)/install.rdf.in > $(dir)/install.rdf && \
|
||||
cd $(dir) && \
|
||||
$(ZIP) -r9XD $(DISTROEXT)/$(dir).xpi install.rdf && \
|
||||
cd $(srcdir)/$(dir) && \
|
||||
cd $(call core_abspath,$(srcdir)/$(dir)) && \
|
||||
$(ZIP) -r9XD $(DISTROEXT)/$(dir).xpi * -x install.rdf.in
|
||||
|
||||
endef # do not remove the blank line!
|
||||
|
|
Загрузка…
Ссылка в новой задаче