mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Copy over ALL of the components directory
This commit is contained in:
parent
d88ca5aedf
commit
290a07f768
@ -306,7 +306,6 @@ patch: $(PROGRAM)
|
||||
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 666 $(I18N_COMPONENTS) xpi/psm/components
|
||||
$(NSINSTALL) -m 644 $(XPCOM_LIBS) xpi/psm
|
||||
$(NSINSTALL) -m 644 $(NSPR_LIBS) xpi/psm
|
||||
ifneq ($(OS_ARCH), WINNT)
|
||||
@ -319,6 +318,7 @@ ifneq ($(OS_ARCH), WINNT)
|
||||
cd $(PLATFORM); start-regxpcom
|
||||
$(NSINSTALL) -m 644 $(PLATFORM)/component.reg xpi/psm
|
||||
endif
|
||||
$(NSINSTALL) -m 666 $(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
|
||||
|
Loading…
Reference in New Issue
Block a user