make the unix start script be MozillaFirebird

This commit is contained in:
bryner%netscape.com 2003-05-14 06:55:16 +00:00
Родитель f88a99c04b
Коммит 2ff4121e5f
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -156,19 +156,19 @@ endif
endif
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
phoenix:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
MozillaFirebird:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
cat $< | sed -e "s|%MOZAPPDIR%|$(mozappdir)|" \
-e "s|%MREDIR%|$(mredir)|" \
-e "s|mozilla-bin|$(PROGRAM)|g" > $@
chmod +x $@
libs:: phoenix
libs:: MozillaFirebird
$(INSTALL) $< $(DIST)/bin
install:: phoenix
install:: MozillaFirebird
$(SYSINSTALL) $< $(DESTDIR)$(bindir)
GARBAGE += phoenix
GARBAGE += MozillaFirebird
GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js)
endif