mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
games-action/ATLauncher: install jar without version
Closes: https://bugs.gentoo.org/783150 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -31,7 +31,7 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_newjar "${DISTDIR}/${P}.jar" ${P}.jar
|
||||
java-pkg_newjar "${DISTDIR}/${P}.jar" ${PN}.jar
|
||||
|
||||
dobin "${FILESDIR}/${PN}"
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
# we need to execute this in a user writeable directory
|
||||
|
||||
mkdir -p ${HOME}/.local/share/ATLauncher
|
||||
cp /usr/share/ATLauncher/lib/ATLauncher-*.jar ${HOME}/.local/share/ATLauncher/ATLauncher.jar
|
||||
cp /usr/share/ATLauncher/lib/ATLauncher.jar ${HOME}/.local/share/ATLauncher/ATLauncher.jar
|
||||
java -jar ${HOME}/.local/share/ATLauncher/ATLauncher.jar
|
||||
|
||||
Reference in New Issue
Block a user