summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-02-03 17:52:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-02-03 17:52:56 +0000
commita51f015db896600b53f33c89f7b41b339da27dde (patch)
tree6db8cd6c2272d9c7dbbe44731af62e057d621a48 /games-arcade/xjump/xjump-2.7.5.ebuild
parentStable on hppa. (diff)
downloadgentoo-2-a51f015db896600b53f33c89f7b41b339da27dde.tar.gz
gentoo-2-a51f015db896600b53f33c89f7b41b339da27dde.tar.bz2
gentoo-2-a51f015db896600b53f33c89f7b41b339da27dde.zip
work around problem with passing wildcards into epatch (bug #121418)
(Portage version: 2.0.54)
Diffstat (limited to 'games-arcade/xjump/xjump-2.7.5.ebuild')
-rw-r--r--games-arcade/xjump/xjump-2.7.5.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/games-arcade/xjump/xjump-2.7.5.ebuild b/games-arcade/xjump/xjump-2.7.5.ebuild
index e5e2a8f72f4c..2e1a5aec34ed 100644
--- a/games-arcade/xjump/xjump-2.7.5.ebuild
+++ b/games-arcade/xjump/xjump-2.7.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.6 2006/01/14 03:25:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.7 2006/02/03 17:52:56 mr_bones_ Exp $
inherit eutils games
@@ -45,9 +45,8 @@ src_unpack() {
HISCORE_FILENAME=xjump.hiscores
HISCORE_FILE="${GAMES_STATEDIR}/${HISCORE_FILENAME}"
- epatch \
- "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff" \
- "${S}/debian/patches/"*.dpatch
+ epatch "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff"
+ epatch "${S}/debian/patches/"*.dpatch
# set up where we will keep the highscores file:
sed -i \