summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/ggz-txt-client')
-rw-r--r--games-board/ggz-txt-client/ChangeLog8
-rw-r--r--games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/games-board/ggz-txt-client/ChangeLog b/games-board/ggz-txt-client/ChangeLog
index aacd5cc8647f..45b56f83e5dd 100644
--- a/games-board/ggz-txt-client/ChangeLog
+++ b/games-board/ggz-txt-client/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/ggz-txt-client
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.13 2006/10/16 18:52:21 nyhm Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.14 2007/02/17 09:34:26 nyhm Exp $
+
+ 17 Feb 2007; Tristan Heaven <nyhm@gentoo.org>
+ ggz-txt-client-0.0.13.ebuild:
+ Fix ROOT abuse, bug #167277
16 Oct 2006; Tristan Heaven <nyhm@gentoo.org>
ggz-txt-client-0.0.13.ebuild:
diff --git a/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild b/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild
index a50bebb6dc0d..54b165980ea7 100644
--- a/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild
+++ b/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild,v 1.7 2006/10/16 18:52:21 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ggz-txt-client-0.0.13.ebuild,v 1.8 2007/02/17 09:34:26 nyhm Exp $
inherit games
@@ -38,9 +38,9 @@ src_compile() {
}
src_install() {
- if [[ -f "${ROOT}/${GAMES_SYSCONFDIR}"/ggz/ggz.modules ]] ; then
+ if [[ -f ${GAMES_SYSCONFDIR}/ggz/ggz.modules ]] ; then
dodir "${GAMES_SYSCONFDIR}"/ggz
- cp {"${ROOT}","${D}"}/"${GAMES_SYSCONFDIR}"/ggz/ggz.modules
+ cp {,"${D}"}/"${GAMES_SYSCONFDIR}"/ggz/ggz.modules
fi
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO