summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-02-22 05:19:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-02-22 05:19:09 +0000
commit1c71c99fbc8ec3d8d75f819568fe4a6315359ed7 (patch)
treea95ae7ba2802f66da3b740b9a7dadf03aeb025bb /games-action/descent1-maps
parentTested successfully on mips...added ~mips keyword. Resolves bug #156446. (diff)
downloadhistorical-1c71c99fbc8ec3d8d75f819568fe4a6315359ed7.tar.gz
historical-1c71c99fbc8ec3d8d75f819568fe4a6315359ed7.tar.bz2
historical-1c71c99fbc8ec3d8d75f819568fe4a6315359ed7.zip
whitespace
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'games-action/descent1-maps')
-rw-r--r--games-action/descent1-maps/descent1-maps-1.0.ebuild7
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