diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-18 14:14:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-18 14:14:23 +0000 |
commit | 3953d17de648a007f0df21c68b9d03f209736531 (patch) | |
tree | 2525dfba896dd6f3edbf931aeedba334182fdeb3 /games-fps | |
parent | Digest fix. (diff) | |
download | gentoo-2-3953d17de648a007f0df21c68b9d03f209736531.tar.gz gentoo-2-3953d17de648a007f0df21c68b9d03f209736531.tar.bz2 gentoo-2-3953d17de648a007f0df21c68b9d03f209736531.zip |
Cosmetic cleanup.
(Portage version: 2.0.54)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004-data/ut2004-data-3186-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild b/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild index 46c1d63f3811..7595d3f16dc0 100644 --- a/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild +++ b/games-fps/ut2004-data/ut2004-data-3186-r3.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/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.5 2006/04/17 21:56:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-data/ut2004-data-3186-r3.ebuild,v 1.6 2006/04/18 14:14:23 wolf31o2 Exp $ inherit games games-ut2k4mod @@ -26,7 +26,7 @@ grabdirs() { local srcdir for d in {Music,Sounds,Speech,StaticMeshes,Textures} ; do - srcdir=${CDROM_ROOT}/$1/${d} + srcdir=${CDROM_ROOT}/$1${d} # Is flexible to handle CD_ROOT vs CD_ROOT_1 mixups [[ -d "${srcdir}" ]] || srcdir=${CDROM_ROOT}/${d} if [[ -d "${srcdir}" ]] ; then |