commit:     0c53361ec261cb8bbf2e40b4a490e5afd41c92a5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr  3 11:11:58 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr  3 11:11:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c53361e

games-action/ATLauncher: use doexe

so we don't have to call fperms

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild 
b/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild
index b934e10..d0948f2 100644
--- a/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild
+++ b/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild
@@ -33,9 +33,8 @@ src_compile() {
 src_install() {
        java-pkg_newjar "${DISTDIR}/${P}.jar" ${P}.jar
 
-       insinto /usr/bin/
-       doins "${FILESDIR}/${PN}"
-       fperms +x /usr/bin/${PN}
+       exeinto /usr/bin/
+       doexe "${FILESDIR}/${PN}"
 
        newicon -s 256x256 ${PN}-0.png atlauncher.png
        newicon -s 128x128 ${PN}-1.png atlauncher.png

Reply via email to