mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -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() {
|
src_install() {
|
||||||
java-pkg_newjar "${DISTDIR}/${P}.jar" ${P}.jar
|
java-pkg_newjar "${DISTDIR}/${P}.jar" ${PN}.jar
|
||||||
|
|
||||||
dobin "${FILESDIR}/${PN}"
|
dobin "${FILESDIR}/${PN}"
|
||||||
|
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
# we need to execute this in a user writeable directory
|
# we need to execute this in a user writeable directory
|
||||||
|
|
||||||
mkdir -p ${HOME}/.local/share/ATLauncher
|
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
|
java -jar ${HOME}/.local/share/ATLauncher/ATLauncher.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user