diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-03-05 13:30:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-03-05 13:30:07 +0000 |
commit | bb16247fe951df2199a0513af52555610c7870b0 (patch) | |
tree | 3403a7986ae961ba349776b39d34b439cfaeaf6c /games-action/descent3 | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-bb16247fe951df2199a0513af52555610c7870b0.tar.gz gentoo-2-bb16247fe951df2199a0513af52555610c7870b0.tar.bz2 gentoo-2-bb16247fe951df2199a0513af52555610c7870b0.zip |
Changing /opt/descent3 to dir variable and closing bug #84157.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-action/descent3')
-rw-r--r-- | games-action/descent3/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
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 <wolf31o2@gentoo.org> + descent3-1.4.0b.ebuild: + Changing /opt/descent3 to dir variable and closing bug #84157. 03 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> 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} |