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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94B4F158020 for ; Fri, 18 Nov 2022 08:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5A8BE093E; Fri, 18 Nov 2022 08:18:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAE2EE0938 for ; Fri, 18 Nov 2022 08:18:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A679E34102E for ; Fri, 18 Nov 2022 08:18:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3157759 for ; Fri, 18 Nov 2022 08:17:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1668759474.1982f8c343c9aba33b21c3e4b549e958efff6d4f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/storcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/storcli/storcli-7.2405.ebuild X-VCS-Directories: sys-block/storcli/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1982f8c343c9aba33b21c3e4b549e958efff6d4f X-VCS-Branch: master Date: Fri, 18 Nov 2022 08:17:59 +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: 2fed76c8-b19f-4986-aca5-a49bbe0814f9 X-Archives-Hash: 6213add816fc8e68fd15ce3ee1f7b0ae commit: 1982f8c343c9aba33b21c3e4b549e958efff6d4f Author: Joonas Niilola gentoo org> AuthorDate: Fri Nov 18 08:01:25 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Nov 18 08:17:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1982f8c3 sys-block/storcli: add a find -exec sed command, add missing || die Signed-off-by: Joonas Niilola gentoo.org> sys-block/storcli/storcli-7.2405.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/storcli/storcli-7.2405.ebuild b/sys-block/storcli/storcli-7.2405.ebuild index 9ba4c0bb1174..96733e069766 100644 --- a/sys-block/storcli/storcli-7.2405.ebuild +++ b/sys-block/storcli/storcli-7.2405.ebuild @@ -31,7 +31,7 @@ src_unpack() { src_prepare() { default - sed -i -e 's|/home/|/usr/share/storcli/|g' JSON-Schema/*.json + find JSON-Schema/ -type f -name *.json -exec sed -i -e 's|/home/|/usr/share/storcli/|g' {} \+ || die } src_install() {