From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AA42139345 for ; Sat, 24 Jul 2021 05:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A5AE0996; Sat, 24 Jul 2021 05:42:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9CEDE0996 for ; Sat, 24 Jul 2021 05:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF8BA342C45 for ; Sat, 24 Jul 2021 05:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44CDF823 for ; Sat, 24 Jul 2021 05:42:16 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1627105192.686cc34a9c078a03155e2b79329b5ec3eee08f47.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep/ripgrep-13.0.0.ebuild X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 686cc34a9c078a03155e2b79329b5ec3eee08f47 X-VCS-Branch: master Date: Sat, 24 Jul 2021 05:42:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a360a859-36db-4cf8-843c-eff606e6a5b6 X-Archives-Hash: a88864a4e556115e4f0b082a0609f130 commit: 686cc34a9c078a03155e2b79329b5ec3eee08f47 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jul 24 05:27:43 2021 +0000 Commit: Georgy Yakovlev gentoo 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 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