diff options
author | 2021-04-15 14:48:55 +0200 | |
---|---|---|
committer | 2021-04-15 14:50:37 +0200 | |
commit | 4be2c74dd11abe98427f4c9cfcc2d92adce69d41 (patch) | |
tree | aa26543c9fd1788db519a23fd1347095b2f3c91a /games-action | |
parent | net-misc/gemget: build without makefile (diff) | |
download | guru-4be2c74dd11abe98427f4c9cfcc2d92adce69d41.tar.gz guru-4be2c74dd11abe98427f4c9cfcc2d92adce69d41.tar.bz2 guru-4be2c74dd11abe98427f4c9cfcc2d92adce69d41.zip |
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@riseup.net>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/technic-launcher/technic-launcher-4.625.ebuild | 4 |
1 files 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 |