summaryrefslogtreecommitdiff
path: root/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-24 11:59:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-24 11:59:22 +0100
commit6abaca02d36f161c81e2d5ee467719a89f88b2c5 (patch)
tree3caa7c096e2eccd186e20aa71bda508c5c50fb23 /sys-apps/ripgrep/ripgrep-13.0.0.ebuild
parentb49088575eb777ced2551f484da86317332d6087 (diff)
gentoo resync (2) : 24.07.2021
Diffstat (limited to 'sys-apps/ripgrep/ripgrep-13.0.0.ebuild')
-rw-r--r--sys-apps/ripgrep/ripgrep-13.0.0.ebuild2
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