From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-portage/emlop/
Date: Sun, 29 Aug 2021 17:05:53 +0000 (UTC) [thread overview]
Message-ID: <1630156411.5d8114518bb162b214bc1396025912388754dcf5.lanodan@gentoo> (raw)
commit: 5d8114518bb162b214bc1396025912388754dcf5
Author: Vincent de Phily <moltonel <AT> gmail <DOT> com>
AuthorDate: Sat Aug 28 13:13:31 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Aug 28 13:13:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d811451
app-portage/emlop: Fix shell completion on first install
As repored/fixed in https://github.com/vincentdephily/moltonel-ebuilds/issues/2
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Vincent de Phily <moltonel <AT> gmail.com>
app-portage/emlop/emlop-0.4.1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-portage/emlop/emlop-0.4.1.ebuild b/app-portage/emlop/emlop-0.4.1.ebuild
index c04be2923..68cef1c2d 100644
--- a/app-portage/emlop/emlop-0.4.1.ebuild
+++ b/app-portage/emlop/emlop-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2020 Gentoo Authors
+# Copyright 2017-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -90,16 +90,16 @@ src_install() {
cargo_src_install
einstalldocs
if use bash-completion; then
- emlop complete bash > emlop
+ ./target/release/emlop complete bash > emlop
dobashcomp emlop
fi
if use zsh-completion; then
- emlop complete zsh > _emlop
+ ./target/release/emlop complete zsh > _emlop
insinto /usr/share/zsh/site-functions
doins _emlop
fi
if use fish-completion; then
- emlop complete fish > emlop.fish
+ ./target/release/emlop complete fish > emlop.fish
insinto /usr/share/fish/vendor_completions.d
doins emlop.fish
fi
next reply other threads:[~2021-08-29 17:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-29 17:05 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-07 7:04 [gentoo-commits] repo/proj/guru:master commit in: app-portage/emlop/ Viorel Munteanu
2023-04-13 7:02 Florian Schmaus
2022-06-08 17:46 Florian Schmaus
2021-09-15 7:50 Arthur Zamarin
2021-08-29 17:05 Haelwenn Monnier
2021-08-29 17:05 Haelwenn Monnier
2021-04-11 10:39 [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-04-12 5:38 ` [gentoo-commits] repo/proj/guru:master " Theo Anderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1630156411.5d8114518bb162b214bc1396025912388754dcf5.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox