Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525522
Collapse All | Expand All

(-)a/www-client/firefox/firefox-33.0.ebuild (+3 lines)
Lines 176-181 Link Here
176
	# Don't error out when there's no files to be removed:
176
	# Don't error out when there's no files to be removed:
177
	sed 's@\(xargs rm\)$@\1 -f@' \
177
	sed 's@\(xargs rm\)$@\1 -f@' \
178
		-i "${S}"/toolkit/mozapps/installer/packager.mk || die
178
		-i "${S}"/toolkit/mozapps/installer/packager.mk || die
179
	
180
	# Ensure configure is actually compatible with sh shells
181
	sed -i 's/if test \(.*\) == /if test \1 = /' "${S}"/memory/jemalloc/src/configure
179
182
180
	eautoreconf
183
	eautoreconf
181
184

Return to bug 525522