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

(-)/usr/portage/www-client/firefox/firefox-5.0.ebuild (-2 / +5 lines)
Lines 244-250 Link Here
244
		MOZ_MAKE_FLAGS="${MAKEOPTS}" \
244
		MOZ_MAKE_FLAGS="${MAKEOPTS}" \
245
		emake -f client.mk realbuild || die "emake failed"
245
		emake -f client.mk realbuild || die "emake failed"
246
	fi
246
	fi
247
248
}
247
}
249
248
250
src_install() {
249
src_install() {
Lines 255-260 Link Here
255
	obj_dir="${obj_dir%/*}"
254
	obj_dir="${obj_dir%/*}"
256
	cd "${S}/${obj_dir}"
255
	cd "${S}/${obj_dir}"
257
256
257
	# needed for proper packaging
258
	pax-mark m dist/bin/xpcshell
259
258
	# Add our default prefs for firefox + xulrunner
260
	# Add our default prefs for firefox + xulrunner
259
	cp "${FILESDIR}"/gentoo-default-prefs.js \
261
	cp "${FILESDIR}"/gentoo-default-prefs.js \
260
		"${S}/${obj_dir}/dist/bin/defaults/pref/all-gentoo.js" || die
262
		"${S}/${obj_dir}/dist/bin/defaults/pref/all-gentoo.js" || die
Lines 301-307 Link Here
301
		echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop"
303
		echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop"
302
	fi
304
	fi
303
305
304
	pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/firefox
306
	pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/firefox-bin
307
	pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/plugin-container
305
308
306
	# Plugins dir
309
	# Plugins dir
307
	dosym ../nsbrowser/plugins "${MOZILLA_FIVE_HOME}"/plugins \
310
	dosym ../nsbrowser/plugins "${MOZILLA_FIVE_HOME}"/plugins \

Return to bug 373031