diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-02-16 13:45:24 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-02-16 13:45:24 +0000 |
commit | 93a66a24fa350f2a6ffec916a26cc27927d8a634 (patch) | |
tree | c943bf80a6b158c4feb67b5e41513e9ef9d158ea /games-fps/tribes2/tribes2-25034.ebuild | |
parent | Fixed linux headers masking. (diff) | |
download | gentoo-2-93a66a24fa350f2a6ffec916a26cc27927d8a634.tar.gz gentoo-2-93a66a24fa350f2a6ffec916a26cc27927d8a634.tar.bz2 gentoo-2-93a66a24fa350f2a6ffec916a26cc27927d8a634.zip |
Added die if license check is failed.
Diffstat (limited to 'games-fps/tribes2/tribes2-25034.ebuild')
-rw-r--r-- | games-fps/tribes2/tribes2-25034.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild index 77846f23a62f..4c6ac13d25a8 100644 --- a/games-fps/tribes2/tribes2-25034.ebuild +++ b/games-fps/tribes2/tribes2-25034.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.2 2004/02/12 00:13:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.3 2004/02/16 13:45:24 wolf31o2 Exp $ inherit games @@ -24,7 +24,7 @@ dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} pkg_setup() { - check_license + check_license || die "License check failed" ewarn "The installed game takes about 507MB of space!" cdrom_get_cds README.tribes2d games_pkg_setup |