diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-25 22:56:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-25 22:56:54 +0000 |
commit | 40368a039ed2e379f916227f2ec480a3aae214ba (patch) | |
tree | cc99986bbc8e7d69c3c4a72622e608e814719661 /games-fps/unreal-tournament-bonuspacks | |
parent | old (diff) | |
download | gentoo-2-40368a039ed2e379f916227f2ec480a3aae214ba.tar.gz gentoo-2-40368a039ed2e379f916227f2ec480a3aae214ba.tar.bz2 gentoo-2-40368a039ed2e379f916227f2ec480a3aae214ba.zip |
quoting
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-fps/unreal-tournament-bonuspacks')
-rw-r--r-- | games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild index 50122a62a5ca..004022440906 100644 --- a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild +++ b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.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-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild,v 1.8 2006/01/06 16:16:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild,v 1.9 2008/02/25 22:56:54 mr_bones_ Exp $ inherit games @@ -32,7 +32,7 @@ S=${WORKDIR} src_install() { # unpack the UTBonusPack4 umod - umod -v -b `pwd` -x UTBonusPack4.umod || die "could not unpack UTBonusPack4.umod" + umod -v -b "$(pwd)" -x UTBonusPack4.umod || die "could not unpack UTBonusPack4.umod" # move stuff around rm UTBonusPack4.umod @@ -41,8 +41,8 @@ src_install() { # install it all local dir=${GAMES_PREFIX_OPT}/unreal-tournament - dodir ${dir} - mv * ${D}/${dir}/ + dodir "${dir}" + mv * "${D}/${dir}/" prepgamesdirs } |