diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-22 05:17:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-22 05:17:29 +0000 |
commit | 51a33dd9159dfbca35dfcfe22f1a1266976aa8b2 (patch) | |
tree | 51de3afb9bd148010970522190cb9d6a03eb54ab /games-action/descent1-maps | |
parent | whitespace (diff) | |
download | gentoo-2-51a33dd9159dfbca35dfcfe22f1a1266976aa8b2.tar.gz gentoo-2-51a33dd9159dfbca35dfcfe22f1a1266976aa8b2.tar.bz2 gentoo-2-51a33dd9159dfbca35dfcfe22f1a1266976aa8b2.zip |
whitespace
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-action/descent1-maps')
-rw-r--r-- | games-action/descent1-maps/descent1-maps-1.0.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games-action/descent1-maps/descent1-maps-1.0.ebuild b/games-action/descent1-maps/descent1-maps-1.0.ebuild index 7082a952a175..691a63bc4c28 100644 --- a/games-action/descent1-maps/descent1-maps-1.0.ebuild +++ b/games-action/descent1-maps/descent1-maps-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 1.4 2007/01/10 17:40:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 1.5 2007/02/22 05:17:29 mr_bones_ Exp $ inherit games @@ -16,16 +16,11 @@ DEPEND="|| ( games-action/d1x-rebirth games-action/d1x )" - src_install () { - local dir="${GAMES_DATADIR}/d1x" cd "${S}" || die # Install map data - - dodir "${dir}" - insinto "${dir}" for x in *.rdl *.msn; do doins "${x}" || die |