Fixed a problem with generating the component.reg file

This commit is contained in:
ddrinan%netscape.com 2000-09-21 18:08:25 +00:00
Родитель 4bf9b97852
Коммит 49b8d58c54
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -315,7 +315,7 @@ endif
$(NSINSTALL) -m 755 $(PROGRAM) xpi/psm
ifneq ($(OS_ARCH), WINNT)
cd $(PLATFORM); $(DIST)/bin/regxpcom
cp $(PLATFORM>/component.reg xpi/psm
cp $(PLATFORM)/component.reg xpi/psm
endif
cp $(INSTALL_JS) xpi/install.js
cd xpi; zip -T -r ../$(PLATFORM)/psm.xpi psm install.js