From 53d9f658c166cba7ad06445228a3e53272a8d4d9 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 20 Apr 2006 19:10:03 +0000 Subject: Made sure dir was defined and closing bug #130620. (Portage version: 2.1_pre7-r5) --- games-fps/quake3-data/quake3-data-1.32b.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'games-fps/quake3-data/quake3-data-1.32b.ebuild') 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." -- cgit v1.2.3-65-gdbad