Copy over ALL of the components directory

This commit is contained in:
ddrinan%netscape.com 2000-09-22 22:32:35 +00:00
parent d88ca5aedf
commit 290a07f768

View File

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