From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/c3/
Date: Thu, 11 Aug 2022 10:55:09 +0000 (UTC) [thread overview]
Message-ID: <1660215293.da6b29c16953681c0555bf59cc999a76eeba71cf.sam@gentoo> (raw)
commit: da6b29c16953681c0555bf59cc999a76eeba71cf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:54:19 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6b29c1
sys-cluster/c3: fix UnquotedVariable
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/c3/c3-4.0.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-cluster/c3/c3-4.0.1.ebuild b/sys-cluster/c3/c3-4.0.1.ebuild
index f8985982ddea..76baca262f11 100644
--- a/sys-cluster/c3/c3-4.0.1.ebuild
+++ b/sys-cluster/c3/c3-4.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -38,8 +38,8 @@ src_install() {
done
# Get systemimager-using tool out of bin, since systemimager isn't in
# portage
- dodoc ${D}/${C3DIR}/cpushimage
- rm ${D}/${C3DIR}/cpushimage || die
+ dodoc "${D}"/${C3DIR}/cpushimage
+ rm "${D}"/${C3DIR}/cpushimage || die
dodoc README README.scale CHANGELOG KNOWN_BUGS
docinto contrib
next reply other threads:[~2022-08-11 10:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-11 10:55 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-08 8:25 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/c3/ Alexys Jacob
2019-11-09 22:18 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1660215293.da6b29c16953681c0555bf59cc999a76eeba71cf.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox