From bb16247fe951df2199a0513af52555610c7870b0 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sat, 5 Mar 2005 13:30:07 +0000 Subject: Changing /opt/descent3 to dir variable and closing bug #84157. (Portage version: 2.0.51-r15) --- games-action/descent3/ChangeLog | 8 ++++++-- games-action/descent3/descent3-1.4.0b.ebuild | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'games-action') diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 4741777a7f1e..a1d71886534b 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.7 2004/06/24 21:54:30 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.8 2005/03/05 13:30:07 wolf31o2 Exp $ + + 05 Mar 2005; Chris Gianelloni + descent3-1.4.0b.ebuild: + Changing /opt/descent3 to dir variable and closing bug #84157. 03 Jun 2004; Michael Sterrett descent3-1.4.0b.ebuild: fix use invocation diff --git a/games-action/descent3/descent3-1.4.0b.ebuild b/games-action/descent3/descent3-1.4.0b.ebuild index 37ad69c8569f..3bb2179b0cd2 100644 --- a/games-action/descent3/descent3-1.4.0b.ebuild +++ b/games-action/descent3/descent3-1.4.0b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b.ebuild,v 1.7 2004/06/30 02:32:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b.ebuild,v 1.8 2005/03/05 13:30:07 wolf31o2 Exp $ inherit games @@ -48,9 +48,9 @@ src_unpack() { src_install() { dodir ${dir} einfo "Copying files... this may take a while..." - exeinto /opt/descent3 + exeinto ${dir} doexe ${CDROM_ROOT}/bin/x86/glibc-2.1/{descent3,nettest} - insinto /opt/descent3 + insinto ${dir} cp ${CDROM_ROOT}/{FAQ.txt,README,README.mercenary,d3.hog,icon.{bmp,xpm}} \ ${Ddir} -- cgit v1.2.3-65-gdbad