diff options
Diffstat (limited to 'games-action/bzflag/bzflag-2.4.22.ebuild')
-rw-r--r-- | games-action/bzflag/bzflag-2.4.22.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/bzflag/bzflag-2.4.22.ebuild b/games-action/bzflag/bzflag-2.4.22.ebuild index fd77e44f349c..f33c9b955d35 100644 --- a/games-action/bzflag/bzflag-2.4.22.ebuild +++ b/games-action/bzflag/bzflag-2.4.22.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic + +inherit autotools desktop DESCRIPTION="3D tank combat simulator game" HOMEPAGE="https://www.bzflag.org/" @@ -67,5 +68,5 @@ src_install() { make_desktop_entry ${PN} "BZFlag" fi - find "${D}"/ -name \*.la -delete + find "${ED}" -name '*.la' -delete || die } |