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

Collapse All | Expand All

(-)a/www-client/firefox/firefox-48.0.ebuild (-1 / +3 lines)
Lines 254-259 src_compile() { Link Here
254
src_install() {
254
src_install() {
255
	cd "${BUILD_OBJ_DIR}" || die
255
	cd "${BUILD_OBJ_DIR}" || die
256
256
257
	# Pax mark xpcshell for hardened support, only used for startupcache creation.
258
	pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell
259
257
	# Add our default prefs for firefox
260
	# Add our default prefs for firefox
258
	cp "${FILESDIR}"/gentoo-default-prefs.js-1 \
261
	cp "${FILESDIR}"/gentoo-default-prefs.js-1 \
259
		"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
262
		"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
260
- 

Return to bug 590658