bug 238364 - "firefox" shell script should look in ~/.firefox instead of ~/.phoenix... patch by Roland Mainz <roland.mainz@nrubsig.org> r=ben

This commit is contained in:
ben%bengoodger.com 2004-03-24 22:40:50 +00:00
Родитель aca89dd342
Коммит ada317145f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -195,7 +195,7 @@ endif
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
firefox:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
cat $< | sed -e "s|%MOZAPPDIR%|$(mozappdir)|" \
-e "s|%MOZ_USER_DIR%|.phoenix|" \
-e "s|%MOZ_USER_DIR%|.firefox|" \
-e "s|%MREDIR%|$(mredir)|" \
-e "s|%MOZILLA-BIN%|$(PROGRAM)|g" > $@
chmod +x $@