public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/dev/mgorny:master commit in: dev-binpkg/pypy3/
Date: Sun, 15 Dec 2019 04:39:25 +0000 (UTC)	[thread overview]
Message-ID: <1576384522.468d31040f8d45dbbdf6b19ad24224275f0053a8.mgorny@gentoo> (raw)

commit:     468d31040f8d45dbbdf6b19ad24224275f0053a8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 04:34:56 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 04:35:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/dev/mgorny.git/commit/?id=468d3104

dev-binpkg/pypy3: Fix UnnecessarySlashStrip

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-binpkg/pypy3/pypy3-7.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-binpkg/pypy3/pypy3-7.2.0.ebuild b/dev-binpkg/pypy3/pypy3-7.2.0.ebuild
index 5937d67..e366d41 100644
--- a/dev-binpkg/pypy3/pypy3-7.2.0.ebuild
+++ b/dev-binpkg/pypy3/pypy3-7.2.0.ebuild
@@ -191,6 +191,6 @@ src_install() {
 pkg_preinst() {
 	# integrity check.
 	[[ ${PYPY_BINPKG_STORE} ]] || die 'PYPY_BINPKG_STORE unset, wtf?!'
-	mkdir -p "${ROOT%/}${PYPY_BINPKG_STORE}" || die
-	mv "${S}"/*.tar.lz "${ROOT%/}${PYPY_BINPKG_STORE}" || die
+	mkdir -p "${ROOT}${PYPY_BINPKG_STORE}" || die
+	mv "${S}"/*.tar.lz "${ROOT}${PYPY_BINPKG_STORE}" || die
 }


             reply	other threads:[~2019-12-15  4:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-15  4:39 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-18  6:30 [gentoo-commits] repo/dev/mgorny:master commit in: dev-binpkg/pypy3/ Michał Górny
2019-08-15  8:10 Michał Górny
2019-04-19 11:35 Michał Górny
2019-03-27 12:48 Michał Górny
2019-02-14 21:06 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=1576384522.468d31040f8d45dbbdf6b19ad24224275f0053a8.mgorny@gentoo \
    --to=mgorny@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