From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tas/
Date: Sun, 9 Aug 2020 16:17:18 +0000 (UTC) [thread overview]
Message-ID: <1596989832.306d6d56bd8a7072d255f9f1a9c17fbdd2c54d90.conikost@gentoo> (raw)
commit: 306d6d56bd8a7072d255f9f1a9c17fbdd2c54d90
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 16:16:37 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 16:17:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306d6d56
sys-apps/tas: fix unnecessary slash strip
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-apps/tas/tas-1.6.0.200601.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/tas/tas-1.6.0.200601.ebuild b/sys-apps/tas/tas-1.6.0.200601.ebuild
index f85499096fd..f6d0fe8f8aa 100644
--- a/sys-apps/tas/tas-1.6.0.200601.ebuild
+++ b/sys-apps/tas/tas-1.6.0.200601.ebuild
@@ -64,7 +64,7 @@ src_install() {
dodir /var/log/tas
local logfiles=( {starttime,tas,tas.com}.log )
for logfile in ${logfiles[@]}; do
- touch "${ED%/}"/var/log/tas/${logfile} || die
+ touch "${ED}"/var/log/tas/${logfile} || die
dosym ../../var/log/tas/${logfile} /etc/supermicro/${logfile}
done
next reply other threads:[~2020-08-09 16:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-09 16:17 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-19 0:04 [gentoo-commits] repo/gentoo:master commit in: sys-apps/tas/ Conrad Kostecki
2025-01-19 0:04 Conrad Kostecki
2024-08-04 14:03 Conrad Kostecki
2024-08-04 14:03 Conrad Kostecki
2024-01-08 9:48 Sam James
2022-11-19 21:52 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2020-10-09 16:03 Conrad Kostecki
2020-09-07 8:55 David Seifert
2020-08-09 15:53 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
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=1596989832.306d6d56bd8a7072d255f9f1a9c17fbdd2c54d90.conikost@gentoo \
--to=conikost@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