commit:     4be2c74dd11abe98427f4c9cfcc2d92adce69d41
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 15 12:48:55 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 15 12:50:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4be2c74d

games-action/technic-launcher: install jar without version

Closes: https://bugs.gentoo.org/782949
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 games-action/technic-launcher/technic-launcher-4.625.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/technic-launcher/technic-launcher-4.625.ebuild 
b/games-action/technic-launcher/technic-launcher-4.625.ebuild
index 3660ec4e1..a91cae373 100644
--- a/games-action/technic-launcher/technic-launcher-4.625.ebuild
+++ b/games-action/technic-launcher/technic-launcher-4.625.ebuild
@@ -32,8 +32,8 @@ src_compile() {
 }
 
 src_install() {
-       java-pkg_newjar "${DISTDIR}/${P}.jar" ${P}.jar
-       java-pkg_dolauncher ${PN} --jar ${P}.jar --java_args "\${JAVA_OPTS}"
+       java-pkg_newjar "${DISTDIR}/${P}.jar" ${PN}.jar
+       java-pkg_dolauncher ${PN} --jar ${PN}.jar --java_args "\${JAVA_OPTS}"
 
        newicon -s 16x16 ${PN}-0.png technic.png
        newicon -s 32x32 ${PN}-1.png technic.png

Reply via email to