diff options
Diffstat (limited to 'games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild')
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index 24088c985a50..42ba607cde79 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.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-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.8 2008/01/28 01:22:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.9 2008/02/15 01:06:36 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -80,7 +80,7 @@ src_unpack() { -e 's:^read ans:ans=yes :' ${shar} \ || die "sed ${shar} failed" echo ">>> Unpacking ${shar} to ${PWD}" - env PATH=${T}:${PATH} unshar ${shar} || die "unpacking ${shar} failed" + env PATH="${T}:${PATH}" unshar ${shar} || die "unpacking ${shar} failed" rm ${shar} done if use xatrix ; then |