diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-23 22:27:43 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-23 22:39:52 -0700 |
commit | 686cc34a9c078a03155e2b79329b5ec3eee08f47 (patch) | |
tree | 589cda7efa0636ac42cd59558184b9ef92b7d308 /sys-apps/ripgrep | |
parent | sys-process/bottom: keyword 0.6.3 for ~arm64 (diff) | |
download | gentoo-686cc34a9c078a03155e2b79329b5ec3eee08f47.tar.gz gentoo-686cc34a9c078a03155e2b79329b5ec3eee08f47.tar.bz2 gentoo-686cc34a9c078a03155e2b79329b5ec3eee08f47.zip |
sys-apps/ripgrep: fix installation with USE=debug
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/ripgrep')
-rw-r--r-- | sys-apps/ripgrep/ripgrep-13.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild index 468459addbd8..6ec01775bf96 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 |