From 09bb7c2ef3ee998c14c6b3c7162b00ab4cbaa27e Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Fri, 8 Jun 2018 16:26:32 +0200 Subject: www-plugins/passff-host: Fix .path in the json Closes: https://github.com/gentoo/gentoo/pull/8761 --- www-plugins/passff-host/passff-host-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-plugins/passff-host') diff --git a/www-plugins/passff-host/passff-host-1.0.1.ebuild b/www-plugins/passff-host/passff-host-1.0.1.ebuild index 9b984afdc45a..ddcae5e621f0 100644 --- a/www-plugins/passff-host/passff-host-1.0.1.ebuild +++ b/www-plugins/passff-host/passff-host-1.0.1.ebuild @@ -46,7 +46,7 @@ src_install() { use vivaldi && target_dirs+=( "/etc/vivaldi/native-messaging-hosts" ) for target_dir in "${target_dirs[@]}"; do - sed "s;PLACEHOLDER;${target_dir};g" "${P}.json" > "passff.json" || die + sed "s;PLACEHOLDER;${target_dir}/passff.py;g" "${P}.json" > "passff.json" || die insinto "${target_dir}" doins passff.json -- cgit v1.2.3-65-gdbad