summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-20 19:10:03 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-20 19:10:03 +0000
commita475a466baef8da1997d090ccd9db56c101ab006 (patch)
tree65869eef9119d794c499a6bec9a7925dc93d1d17 /games-fps/quake3-data/quake3-data-1.32b.ebuild
parentMarking stable on amd64 and x86 for bug #126321. (diff)
downloadhistorical-a475a466baef8da1997d090ccd9db56c101ab006.tar.gz
historical-a475a466baef8da1997d090ccd9db56c101ab006.tar.bz2
historical-a475a466baef8da1997d090ccd9db56c101ab006.zip
Made sure dir was defined and closing bug #130620.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-fps/quake3-data/quake3-data-1.32b.ebuild')
-rw-r--r--games-fps/quake3-data/quake3-data-1.32b.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild
index 84c7f80c4da2..24eee25e9d52 100644
--- a/games-fps/quake3-data/quake3-data-1.32b.ebuild
+++ b/games-fps/quake3-data/quake3-data-1.32b.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-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.8 2006/04/17 21:50:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-data/quake3-data-1.32b.ebuild,v 1.9 2006/04/20 19:10:03 wolf31o2 Exp $
inherit eutils games
@@ -16,6 +16,7 @@ IUSE="cdinstall"
RDEPEND=""
S=${WORKDIR}
+dir=${GAMES_DATADIR}/quake3
pkg_setup() {
games_pkg_setup
@@ -47,7 +48,8 @@ pkg_postinst() {
games_pkg_postinst
if ! use cdinstall ; then
echo
- einfo "You need to copy pak0.pk3 from your Quake3 CD into ${dir}/baseq3."
+ einfo "You need to copy pak0.pk3 from your Quake3 CD into:"
+ einfo " ${dir}/baseq3."
einfo "Or if you have got a Window installation of Q3 make a symlink to save space."
echo
einfo "Or, re-emerge quake3-data with USE=cdinstall."