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

(-)../../../gentoo/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild (+11 lines)
Lines 33-38 Link Here
33
	cmake-utils_src_configure
33
	cmake-utils_src_configure
34
}
34
}
35
35
36
src_install() {
37
	cmake-utils_src_install
38
39
	if [[ $(get_libdir) != "lib" && "${SYMLINK_LIB}" != yes ]]; then
40
		# Workaround www-client/firefox-bin manifests location
41
		# Bug: https://bugs.gentoo.org/643522
42
		insinto /usr/lib/mozilla/native-messaging-hosts
43
		doins "${ED}"/usr/$(get_libdir)/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json
44
	fi
45
}
46
36
pkg_postinst() {
47
pkg_postinst() {
37
	elog "Please note that this package provides native messaging connector only."
48
	elog "Please note that this package provides native messaging connector only."
38
	elog "You can install browser extension using link provided at"
49
	elog "You can install browser extension using link provided at"

Return to bug 643522