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

(-)a/lastpass-binary-component-4.19.0.ebuild (-1 / +2 lines)
Lines 98-104 Link Here
98
	EOF
98
	EOF
99
	# Install the app manifest for Firefox
99
	# Install the app manifest for Firefox
100
	# https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_manifests#Manifest_location
100
	# https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_manifests#Manifest_location
101
	insinto /usr/lib/mozilla/native-messaging-hosts/
101
	use amd64 && lib_dir="lib64" || lib_dir="lib"
102
	insinto /usr/${lib_dir}/mozilla/native-messaging-hosts/
102
	doins "${T}"/com.lastpass.nplastpass.json
103
	doins "${T}"/com.lastpass.nplastpass.json
103
}
104
}
104
105

Return to bug 688104