commit:     31e2d11aa5c24414f11aefdc4223c23a29dfa5e5
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 19:57:19 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 29 19:58:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e2d11a

app-crypt/sequoia-sq: remove one glob from the doman target

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild 
b/app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild
index f6d457088ab5..25d223cd4682 100644
--- a/app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild
+++ b/app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild
@@ -501,7 +501,7 @@ src_compile() {
 src_install() {
        cargo_src_install
 
-       doman target/*/build/sequoia-sq-*/out/*.1
+       doman target/$(usex debug debug release)/build/sequoia-sq-*/out/*.1
 
        newbashcomp target/sq.bash sq
 

Reply via email to