diff options
author | 2003-10-17 23:49:08 +0000 | |
---|---|---|
committer | 2003-10-17 23:49:08 +0000 | |
commit | 53679e589acc294d08358d419b4b824b90cf10a5 (patch) | |
tree | 545ff5dc964650ef5e4ca98abfb5f33cf9168736 /games-action/maelstrom/maelstrom-3.0.6.ebuild | |
parent | Added sash-3.6 to the tree. Bug 26272. (diff) | |
download | historical-53679e589acc294d08358d419b4b824b90cf10a5.tar.gz historical-53679e589acc294d08358d419b4b824b90cf10a5.tar.bz2 historical-53679e589acc294d08358d419b4b824b90cf10a5.zip |
Closed bug #30852.
Diffstat (limited to 'games-action/maelstrom/maelstrom-3.0.6.ebuild')
-rw-r--r-- | games-action/maelstrom/maelstrom-3.0.6.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games-action/maelstrom/maelstrom-3.0.6.ebuild b/games-action/maelstrom/maelstrom-3.0.6.ebuild index 5c9c2041d472..6460513a72d2 100644 --- a/games-action/maelstrom/maelstrom-3.0.6.ebuild +++ b/games-action/maelstrom/maelstrom-3.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6.ebuild,v 1.3 2003/10/09 19:08:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6.ebuild,v 1.4 2003/10/17 23:49:05 wolf31o2 Exp $ inherit eutils games @@ -25,6 +25,9 @@ src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/${P}-security.patch + + # Remove redundant games in directory + sed -i -e 's/\/games\//\//g' configure* } src_install() { |