mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
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:
parent
1c6676ccc9
commit
4df6140729
@ -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 $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user