mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
www-plugins/firefoxpwa: fix cargo target dir
Closes: https://bugs.gentoo.org/939376 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
parent
89de6f2085
commit
04722c6110
@ -467,9 +467,9 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
# Executables
|
||||
dobin target/*/firefoxpwa
|
||||
dobin $(cargo_target_dir)/firefoxpwa
|
||||
exeinto /usr/libexec
|
||||
doexe target/*/firefoxpwa-connector
|
||||
doexe $(cargo_target_dir)/firefoxpwa-connector
|
||||
|
||||
# Manifest
|
||||
local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts )
|
||||
@ -479,9 +479,9 @@ src_install() {
|
||||
done
|
||||
|
||||
# Completions
|
||||
newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa
|
||||
dofishcomp target/*/completions/firefoxpwa.fish
|
||||
dozshcomp target/*/completions/_firefoxpwa
|
||||
newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa
|
||||
dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish
|
||||
dozshcomp $(cargo_target_dir)/completions/_firefoxpwa
|
||||
|
||||
# UserChrome
|
||||
insinto /usr/share/firefoxpwa
|
||||
|
@ -467,9 +467,9 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
# Executables
|
||||
dobin target/*/firefoxpwa
|
||||
dobin $(cargo_target_dir)/firefoxpwa
|
||||
exeinto /usr/libexec
|
||||
doexe target/*/firefoxpwa-connector
|
||||
doexe $(cargo_target_dir)/firefoxpwa-connector
|
||||
|
||||
# Manifest
|
||||
local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts )
|
||||
@ -479,9 +479,9 @@ src_install() {
|
||||
done
|
||||
|
||||
# Completions
|
||||
newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa
|
||||
dofishcomp target/*/completions/firefoxpwa.fish
|
||||
dozshcomp target/*/completions/_firefoxpwa
|
||||
newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa
|
||||
dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish
|
||||
dozshcomp $(cargo_target_dir)/completions/_firefoxpwa
|
||||
|
||||
# UserChrome
|
||||
insinto /usr/share/firefoxpwa
|
||||
|
@ -487,9 +487,9 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
# Executables
|
||||
dobin target/*/firefoxpwa
|
||||
dobin $(cargo_target_dir)/firefoxpwa
|
||||
exeinto /usr/libexec
|
||||
doexe target/*/firefoxpwa-connector
|
||||
doexe $(cargo_target_dir)/firefoxpwa-connector
|
||||
|
||||
# Manifest
|
||||
local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts )
|
||||
@ -499,9 +499,9 @@ src_install() {
|
||||
done
|
||||
|
||||
# Completions
|
||||
newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa
|
||||
dofishcomp target/*/completions/firefoxpwa.fish
|
||||
dozshcomp target/*/completions/_firefoxpwa
|
||||
newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa
|
||||
dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish
|
||||
dozshcomp $(cargo_target_dir)/completions/_firefoxpwa
|
||||
|
||||
# UserChrome
|
||||
insinto /usr/share/firefoxpwa
|
||||
|
@ -487,9 +487,9 @@ src_configure() {
|
||||
|
||||
src_install() {
|
||||
# Executables
|
||||
dobin target/*/firefoxpwa
|
||||
dobin $(cargo_target_dir)/firefoxpwa
|
||||
exeinto /usr/libexec
|
||||
doexe target/*/firefoxpwa-connector
|
||||
doexe $(cargo_target_dir)/firefoxpwa-connector
|
||||
|
||||
# Manifest
|
||||
local target_dirs=( /usr/lib{,64}/mozilla/native-messaging-hosts )
|
||||
@ -499,9 +499,9 @@ src_install() {
|
||||
done
|
||||
|
||||
# Completions
|
||||
newbashcomp target/*/completions/firefoxpwa.bash firefoxpwa
|
||||
dofishcomp target/*/completions/firefoxpwa.fish
|
||||
dozshcomp target/*/completions/_firefoxpwa
|
||||
newbashcomp $(cargo_target_dir)/completions/firefoxpwa.bash firefoxpwa
|
||||
dofishcomp $(cargo_target_dir)/completions/firefoxpwa.fish
|
||||
dozshcomp $(cargo_target_dir)/completions/_firefoxpwa
|
||||
|
||||
# UserChrome
|
||||
insinto /usr/share/firefoxpwa
|
||||
|
Loading…
x
Reference in New Issue
Block a user