Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64607 | Differences between
and this patch

Collapse All | Expand All

(-)mozilla/mail/app/Makefile.in.orig (-1 / +1 lines)
Lines 238-244 Link Here
238
ifneq (,$(filter-out OS2 WINNT Darwin,$(OS_ARCH)))
238
ifneq (,$(filter-out OS2 WINNT Darwin,$(OS_ARCH)))
239
thunderbird:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
239
thunderbird:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
240
	cat $< | sed -e "s|%MOZAPPDIR%|$(mozappdir)|" \
240
	cat $< | sed -e "s|%MOZAPPDIR%|$(mozappdir)|" \
241
                -e "s|%MOZ_USER_DIR%|.thunderbird|" \
241
                -e "s|%MOZ_USER_DIR%|.mozilla/thunderbird|" \
242
		-e "s|%MREDIR%|$(mredir)|" \
242
		-e "s|%MREDIR%|$(mredir)|" \
243
		-e "s|%MOZILLA-BIN%|$(PROGRAM)|g" > $@
243
		-e "s|%MOZILLA-BIN%|$(PROGRAM)|g" > $@
244
	chmod +x $@
244
	chmod +x $@

Return to bug 64607