Copy ALL the contents of the components directory during build_xpi

This commit is contained in:
ddrinan%netscape.com 2000-09-22 00:02:19 +00:00
parent 2195f46fe1
commit fc64668506

View File

@ -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