Skip to content

Commit

Permalink
games-sports/speed-dreams: eutils->desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 16, 2021
1 parent 589675f commit 79970b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions games-sports/speed-dreams/speed-dreams-1.4.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit autotools eutils versionator

inherit autotools desktop versionator

DESCRIPTION="A fork of the famous open racing car simulator TORCS"
HOMEPAGE="http://speed-dreams.sourceforge.net/"
Expand Down Expand Up @@ -73,9 +74,9 @@ src_configure() {
}

src_install() {
emake DESTDIR="${D}" install datainstall
emake DESTDIR="${ED}" install datainstall

find "${D}" -name Makefile -exec rm -f {} +
find "${ED}" -name Makefile -exec rm -f {} + || die

dodoc CHANGES README TODO

Expand Down

0 comments on commit 79970b4

Please sign in to comment.