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

(-)a/www-client/firefox/firefox-17.0.1.ebuild (+8 lines)
Lines 295-300 src_install() { Link Here
295
	cp "${FILESDIR}"/gentoo-default-prefs.js-1 \
295
	cp "${FILESDIR}"/gentoo-default-prefs.js-1 \
296
		"${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die
296
		"${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die
297
297
298
	if ! use libnotify; then
299
		echo "pref(\"browser.download.manager.showAlertOnComplete\", false);" \
300
			>> "${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die
301
	fi
302
303
	echo "pref("extensions.autoDisableScopes", 3);" >> \
304
		"${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die
305
298
	MOZ_MAKE_FLAGS="${MAKEOPTS}" \
306
	MOZ_MAKE_FLAGS="${MAKEOPTS}" \
299
	emake DESTDIR="${D}" install || die "emake install failed"
307
	emake DESTDIR="${D}" install || die "emake install failed"

Return to bug 445154