Fix the directory location of regxpcom

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

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

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