mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Substitute in the correct program name for mozilla-bin, in case it's defined differently (bug 161803). r=cls.
This commit is contained in:
parent
8486fee0c6
commit
a2765bff72
@ -299,7 +299,8 @@ endif
|
||||
|
||||
$(MOZILLA_SCRIPT):: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
|
||||
cat $< | sed -e "s|%MOZAPPDIR%|$(mozappdir)|" \
|
||||
-e "s|%MREDIR%|$(mredir)|" > $@
|
||||
-e "s|%MREDIR%|$(mredir)|" \
|
||||
-e "s|mozilla-bin|$(PROGRAM)|g" > $@
|
||||
chmod +x $@
|
||||
|
||||
libs:: $(MOZILLA_SCRIPT)
|
||||
|
Loading…
Reference in New Issue
Block a user