diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 20:22:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 20:22:08 +0000 |
commit | 1528715920c4f20f0eedaadf5c2693488c531b74 (patch) | |
tree | 6eb8ebc0fc07bcf271ecaee03d9f510d40e4fdb7 /games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild | |
parent | Moved games-arcade/thinktanksdemo to games-arcade/thinktanks-demo (diff) | |
download | gentoo-2-1528715920c4f20f0eedaadf5c2693488c531b74.tar.gz gentoo-2-1528715920c4f20f0eedaadf5c2693488c531b74.tar.bz2 gentoo-2-1528715920c4f20f0eedaadf5c2693488c531b74.zip |
Fixed thinktanksdemo/thinktanks-demo thanks to stupid epkgmove.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild')
-rw-r--r-- | games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild index 385363541cac..fc77f4c33cb3 100644 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild +++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.1 2006/04/13 20:19:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.2 2006/04/13 20:22:08 wolf31o2 Exp $ inherit eutils games @@ -15,13 +15,9 @@ IUSE="" DEPEND="" +GAMES_CHECK_LICENSE="yes" S=${WORKDIR} -pkg_setup() { - check_license THINKTANKS - games_pkg_setup -} - src_unpack() { unpack_makeself } @@ -34,7 +30,7 @@ src_install() { exeinto ${dir} doexe bin/Linux/x86/thinktanksdemo - dosym ${dir}/thinktanksdemo ${GAMES_BINDIR}/thinktanksdemo + dosym ${dir}/thinktanksdemo ${GAMES_BINDIR}/thinktanks-demo insinto ${dir} doins icon.xpm |