summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-12-20 01:38:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-12-20 01:38:35 +0000
commitb2b6ca4ba129050dcdee611c78ba3fba41287b98 (patch)
tree93bbc1a97bc429ba907d0698f8e39124cda5dcdd /eclass/games.eclass
parentBackport the unzip DEPEND, thanks Kugelfang! (diff)
downloadgentoo-2-b2b6ca4ba129050dcdee611c78ba3fba41287b98.tar.gz
gentoo-2-b2b6ca4ba129050dcdee611c78ba3fba41287b98.tar.bz2
gentoo-2-b2b6ca4ba129050dcdee611c78ba3fba41287b98.zip
Don't use egamesinstall
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r--eclass/games.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 81c84b56ee24..1843fc792e97 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -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/eclass/games.eclass,v 1.117 2006/10/19 22:41:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.118 2006/12/20 01:38:35 mr_bones_ Exp $
# devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
#
@@ -44,6 +44,8 @@ egamesconf() {
}
egamesinstall() {
+ ewarn "Don't use egamesinstall, use emake DESTDIR=\"\${D}\" install instead"
+ epause 30
make \
prefix="${D}${GAMES_PREFIX}" \
mandir="${D}/usr/share/man" \