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

Collapse All | Expand All

(-)/usr/portage/www-client/firefox/firefox-68.0.ebuild (+6 lines)
Lines 276-281 Link Here
276
		|| die "sed failed to drop --as-needed for ia64"
270
		|| die "sed failed to drop --as-needed for ia64"
277
	fi
271
	fi
278
272
273
	# Ensure that our plugins dir is enabled as default
274
	sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \
275
		"${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!"
276
	sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \
277
		"${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!"
278
279
	# Fix sandbox violations during make clean, bug 372817
279
	# Fix sandbox violations during make clean, bug 372817
280
	sed -e "s:\(/no-such-file\):${T}\1:g" \
280
	sed -e "s:\(/no-such-file\):${T}\1:g" \
281
		-i "${S}"/config/rules.mk \
281
		-i "${S}"/config/rules.mk \

Return to bug 689810