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 | 1b65c722c74d215e82a1404491cef8fe425df2bf (patch) | |
tree | 5757fae56145b3c3b1b8eb02055161d25f4bd5ea /games-fps | |
parent | call games_pkg_postinst in pkg_postinst (diff) | |
download | historical-1b65c722c74d215e82a1404491cef8fe425df2bf.tar.gz historical-1b65c722c74d215e82a1404491cef8fe425df2bf.tar.bz2 historical-1b65c722c74d215e82a1404491cef8fe425df2bf.zip |
prepgamesdirs
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/glxquake-bin/Manifest | 4 | ||||
-rw-r--r-- | games-fps/glxquake-bin/glxquake-bin-0.ebuild | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-fps/glxquake-bin/Manifest b/games-fps/glxquake-bin/Manifest index eb4448936988..07002d251df1 100644 --- a/games-fps/glxquake-bin/Manifest +++ b/games-fps/glxquake-bin/Manifest @@ -1,4 +1,4 @@ -MD5 8163221a324bc8ef2a2c478d1ba8e345 ChangeLog 373 -MD5 dd63289f31abf7afdfebcf3c1e8e90ad glxquake-bin-0.ebuild 618 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 71d3c9e5c8c2804e598447ee3f80b0f7 glxquake-bin-0.ebuild 656 +MD5 8163221a324bc8ef2a2c478d1ba8e345 ChangeLog 373 MD5 c50eb3f06903c48dbe2161954b809734 files/digest-glxquake-bin-0 60 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 } |