diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-04-03 13:11:58 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-04-03 13:11:58 +0200 |
commit | 0c53361ec261cb8bbf2e40b4a490e5afd41c92a5 (patch) | |
tree | e385ea99f064d1eb2fcfb434992bcfcd8e1c7957 /games-action | |
parent | app-misc/doublecmd-bin: fix metadata file (diff) | |
download | guru-0c53361ec261cb8bbf2e40b4a490e5afd41c92a5.tar.gz guru-0c53361ec261cb8bbf2e40b4a490e5afd41c92a5.tar.bz2 guru-0c53361ec261cb8bbf2e40b4a490e5afd41c92a5.zip |
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@riseup.net>
Diffstat (limited to 'games-action')
-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 |