public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/r2modman-bin/
Date: Thu, 28 Dec 2023 20:42:31 +0000 (UTC)	[thread overview]
Message-ID: <1703790644.ff3648a2830ea87015733122b0093d197ee47f3e.davidroman@gentoo> (raw)

commit:     ff3648a2830ea87015733122b0093d197ee47f3e
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Dec 28 19:10:44 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Dec 28 19:10:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff3648a2

games-util/r2modman-bin: change ${S}

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
index 0ed315fd7a..e368d3a453 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
@@ -26,13 +26,13 @@ SLOT="0"
 
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}/${M_PN}-${PV}"
+S="${WORKDIR}"
 
 src_install() {
 	## Install binaries file
-	cp -r "${S}" "${WORKDIR}/${M_PN}" #Fix folder name
+	mv "${M_PN}-${PV}" "${M_PN}" || die #Fix folder name
 	insinto /opt
-	doins -r "${WORKDIR}/${M_PN}"
+	doins -r "${M_PN}"
 	fperms 755 "/opt/${M_PN}/r2modman"
 
 	# Install desktop file


             reply	other threads:[~2023-12-28 20:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-28 20:42 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-29 14:06 [gentoo-commits] repo/proj/guru:master commit in: games-util/r2modman-bin/ David Roman
2024-09-07  9:22 David Roman
2024-09-06  8:52 David Roman
2024-04-10 20:12 Julien Roy
2024-02-23  1:36 David Roman
2024-01-03 15:20 David Roman
2023-12-31 15:28 David Roman
2023-12-30 15:48 David Roman
2023-12-28 20:42 David Roman
2023-12-28 20:42 David Roman

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=1703790644.ff3648a2830ea87015733122b0093d197ee47f3e.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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