This commit is contained in:
ddrinan%netscape.com 2000-09-21 01:13:38 +00:00
Родитель b5a3a963bc
Коммит 294a7565aa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -313,7 +313,7 @@ ifneq ($(OS_ARCH), WINNT)
$(NSINSTALL) -m 775 start-psm xpi/psm $(NSINSTALL) -m 775 start-psm xpi/psm
endif endif
$(NSINSTALL) -m 755 $(PROGRAM) xpi/psm $(NSINSTALL) -m 755 $(PROGRAM) xpi/psm
ifneq ($(OS_ARCH, WINNT) ifneq ($(OS_ARCH), WINNT)
cd $(PLATFORM); $(DIST)/bin/regxpcom cd $(PLATFORM); $(DIST)/bin/regxpcom
cp $(PLATFORM>/component.reg xpi/psm cp $(PLATFORM>/component.reg xpi/psm
endif endif