diff options
Diffstat (limited to 'games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild')
-rw-r--r-- | games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild | 5 |
1 files 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 b934e10be..d0948f2c7 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 |