diff options
author | Sam James <sam@gentoo.org> | 2022-03-26 00:25:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-26 00:27:43 +0000 |
commit | 450594da3bf1d9472ff3c48cc6ab37a68bc39bf1 (patch) | |
tree | 77ef235b9f4c858df3b7f00c9730985b588cb987 /sci-geosciences | |
parent | dev-util/rocminfo: fix phase definition style (diff) | |
download | gentoo-450594da3bf1d9472ff3c48cc6ab37a68bc39bf1.tar.gz gentoo-450594da3bf1d9472ff3c48cc6ab37a68bc39bf1.tar.bz2 gentoo-450594da3bf1d9472ff3c48cc6ab37a68bc39bf1.zip |
sci-geosciences/gpsprune-bin: fix phase definition style
for consistency.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild index 1babb34afde6..718e125a8c57 100644 --- a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild +++ b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,8 +22,7 @@ gpsprune_desktop="${WORKDIR}/gpsprune.desktop" S="${WORKDIR}" -src_prepare() -{ +src_prepare() { default # Provide the necessary files @@ -51,8 +50,7 @@ src_prepare() EOF } -src_install() -{ +src_install() { insinto /opt/gpsprune doins "gpsprune_${PV}.jar" exeinto /usr/bin |