From c5d2e11f9052638d2b030c9072d7299a12b583ae Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 7 Apr 2024 11:38:57 -0400 Subject: [PATCH] gnome-extra/commit: improve S variable bashism Signed-off-by: Julien Roy --- 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"