Doh!! Forgot to add the psm executable to the xpi file.

This commit is contained in:
javi%netscape.com 2000-06-27 00:55:05 +00:00
Родитель 5014c8f2f7
Коммит f7ec2fff0e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -310,6 +310,7 @@ build_xpi: $(PROGRAM)
ifneq ($(OS_ARCH), WINNT)
$(NSINSTALL) -m 775 start-psm xpi/psm
endif
$(NSINSTALL) -m 755 $(PROGRAM) xpi/psm
cp $(INSTALL_JS) xpi/install.js
cd xpi; zip -T -r ../$(PLATFORM)/psm.xpi psm install.js
rm -rf xpi