summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-11-17 06:33:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-11-17 06:33:09 +0000
commitec7306b702873928651e0a90dbd0ffba64968898 (patch)
treed12694c60e24d89786f83c68a6647a0c1bff1575 /games-strategy/asc/asc-2.1.0.0.ebuild
parentRemove old versions (diff)
downloadgentoo-2-ec7306b702873928651e0a90dbd0ffba64968898.tar.gz
gentoo-2-ec7306b702873928651e0a90dbd0ffba64968898.tar.bz2
gentoo-2-ec7306b702873928651e0a90dbd0ffba64968898.zip
Don't count on the package manager leaving in the order that was specified (bug #247022)
(Portage version: 2.1.4.5)
Diffstat (limited to 'games-strategy/asc/asc-2.1.0.0.ebuild')
-rw-r--r--games-strategy/asc/asc-2.1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/asc/asc-2.1.0.0.ebuild b/games-strategy/asc/asc-2.1.0.0.ebuild
index cd3d530eb626..a86340bd0652 100644
--- a/games-strategy/asc/asc-2.1.0.0.ebuild
+++ b/games-strategy/asc/asc-2.1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.1.0.0.ebuild,v 1.1 2008/04/07 01:43:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.1.0.0.ebuild,v 1.2 2008/11/17 06:33:09 mr_bones_ Exp $
inherit toolchain-funcs flag-o-matic games
@@ -36,13 +36,13 @@ DEPEND="${RDEPEND}
src_unpack() {
local f
+ unpack ${P}.tar.bz2
for f in ${A}
do
case ${f} in
*ogg)
cp "${DISTDIR}/${f}" "${S}/data/music" || die "cp music failed"
;;
- *) unpack ${f}
esac
done
}