diff options
Diffstat (limited to 'games-puzzle/magiccube4d')
-rw-r--r-- | games-puzzle/magiccube4d/magiccube4d-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild b/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild index 13353dacebfc..275ce721cd26 100644 --- a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild +++ b/games-puzzle/magiccube4d/magiccube4d-2.2.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-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.11 2007/12/12 02:10:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.12 2007/12/12 02:11:06 mr_bones_ Exp $ inherit eutils games @@ -21,7 +21,7 @@ S="${WORKDIR}/${PN}-src-${MY_PV}" src_unpack() { unpack ${A} cd "${S}" - epatch ${FILESDIR}/${PN}-EventHandler.patch \ + epatch "${FILESDIR}"/${PN}-EventHandler.patch \ "${FILESDIR}/${P}"-gcc41.patch \ "${FILESDIR}/${P}"-64bit-ptr.patch sed -i \ |