diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-08 18:41:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-08 18:41:10 +0000 |
commit | 3fc2003b514f9b07c9b79c44ee45f27458d6ba78 (patch) | |
tree | cd26b554219a2c75817cb79c6f3301d5390ff108 /games-fps/glxquake-bin | |
parent | call games_pkg_postinst in pkg_postinst (diff) | |
download | gentoo-2-3fc2003b514f9b07c9b79c44ee45f27458d6ba78.tar.gz gentoo-2-3fc2003b514f9b07c9b79c44ee45f27458d6ba78.tar.bz2 gentoo-2-3fc2003b514f9b07c9b79c44ee45f27458d6ba78.zip |
prepgamesdirs
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-fps/glxquake-bin')
-rw-r--r-- | games-fps/glxquake-bin/glxquake-bin-0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-fps/glxquake-bin/glxquake-bin-0.ebuild b/games-fps/glxquake-bin/glxquake-bin-0.ebuild index 573d1d905959..6658c585e6ec 100644 --- a/games-fps/glxquake-bin/glxquake-bin-0.ebuild +++ b/games-fps/glxquake-bin/glxquake-bin-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0.ebuild,v 1.1 2005/05/08 04:44:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0.ebuild,v 1.2 2005/06/08 18:41:10 mr_bones_ Exp $ inherit games @@ -18,6 +18,7 @@ DEPEND="virtual/opengl" S=${WORKDIR}/glxquake src_install() { - dogamesbin glquake || die + dogamesbin glquake || die "dogamesbin failed" dodoc README + prepgamesdirs } |