From 0c53361ec261cb8bbf2e40b4a490e5afd41c92a5 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 3 Apr 2020 13:11:58 +0200 Subject: [PATCH] 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 --- 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 b934e10be0..d0948f2c79 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