commit: 686cc34a9c078a03155e2b79329b5ec3eee08f47
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 05:27:43 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 05:39:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686cc34a
sys-apps/ripgrep: fix installation with USE=debug
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
sys-apps/ripgrep/ripgrep-13.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
index 468459addbd..6ec01775bf9 100644
--- a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
+++ b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
@@ -99,7 +99,7 @@ src_install() {
# hack to find/install generated files
# stamp file can be present in multiple dirs if we build additional
features
# so grab fist match only
- local BUILD_DIR="$(dirname $(find target/release -name ripgrep-stamp
-print -quit))"
+ local BUILD_DIR="$(dirname $(find target/ -name ripgrep-stamp -print
-quit))"
newbashcomp "${BUILD_DIR}"/rg.bash rg