зеркало из https://github.com/mozilla/pjs.git
Copy ALL the contents of the components directory during build_xpi
This commit is contained in:
Родитель
dd53d4c408
Коммит
02676a0092
|
@ -307,7 +307,6 @@ build_xpi: $(PROGRAM)
|
|||
$(NSINSTALL) -m 644 ../ui/$(PLATFORM)/psm*.properties xpi/psm/psmdata/ui
|
||||
$(NSINSTALL) -m 644 ../doc/*.gif ../doc/*.html ../doc/*.htm xpi/psm/psmdata/doc
|
||||
$(NSINSTALL) -m 644 $(XPCOM_LIBS) xpi/psm
|
||||
$(NSINSTALL) -m 644 $(I18N_COMPONENTS) xpi/psm/components
|
||||
$(NSINSTALL) -m 644 $(NSPR_LIBS) xpi/psm
|
||||
ifneq ($(OS_ARCH), WINNT)
|
||||
$(NSINSTALL) -m 775 start-psm xpi/psm
|
||||
|
@ -319,6 +318,7 @@ ifneq ($(OS_ARCH), WINNT)
|
|||
cd $(PLATFORM); start-regxpcom
|
||||
$(NSINSTALL) -m 644 $(PLATFORM)/component.reg xpi/psm
|
||||
endif
|
||||
$(NSINSTALL) -m 644 $(PLATFORM)/components/*.* xpi/psm/components
|
||||
cp $(INSTALL_JS) xpi/install.js
|
||||
cd xpi; zip -T -r ../$(PLATFORM)/psm.xpi psm install.js
|
||||
rm -rf xpi
|
||||
|
|
Загрузка…
Ссылка в новой задаче