commit: c5d2e11f9052638d2b030c9072d7299a12b583ae
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Apr 7 15:38:57 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 7 15:38:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5d2e11f
gnome-extra/commit: improve S variable bashism
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gnome-extra/commit/commit-4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnome-extra/commit/commit-4.1-r1.ebuild
b/gnome-extra/commit/commit-4.1-r1.ebuild
index ae5e9bb71c..af659e1e57 100644
--- a/gnome-extra/commit/commit-4.1-r1.ebuild
+++ b/gnome-extra/commit/commit-4.1-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
https://github.com/sonnyp/Commit/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz ->
${P}-troll.gh.tar.gz
"
-S="${WORKDIR}/${PN/c/C}-${PV}"
+S="${WORKDIR}/${PN^}-${PV}"
LICENSE="GPL-3"
SLOT="0"