diff options
author | 2007-01-09 23:55:57 +0000 | |
---|---|---|
committer | 2007-01-09 23:55:57 +0000 | |
commit | 6401f803b6d9f8fa95196abf9c565cbf73cfc1c8 (patch) | |
tree | e7c6eb46bd24082bbf78c2f167245c394f7f61ec /games-server/ut2004-ded/ut2004-ded-3369.ebuild | |
parent | cvs removed the patch this time... (diff) | |
download | historical-6401f803b6d9f8fa95196abf9c565cbf73cfc1c8.tar.gz historical-6401f803b6d9f8fa95196abf9c565cbf73cfc1c8.tar.bz2 historical-6401f803b6d9f8fa95196abf9c565cbf73cfc1c8.zip |
Fixed redundant braces that were breaking on newer bash versions and closing bug #159256.
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'games-server/ut2004-ded/ut2004-ded-3369.ebuild')
-rw-r--r-- | games-server/ut2004-ded/ut2004-ded-3369.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-server/ut2004-ded/ut2004-ded-3369.ebuild b/games-server/ut2004-ded/ut2004-ded-3369.ebuild index 04ab85dc227a..fae6bf36cd86 100644 --- a/games-server/ut2004-ded/ut2004-ded-3369.ebuild +++ b/games-server/ut2004-ded/ut2004-ded-3369.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.ebuild,v 1.8 2006/12/01 22:09:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.ebuild,v 1.9 2007/01/09 23:55:57 wolf31o2 Exp $ inherit games @@ -40,12 +40,12 @@ src_install() { cp -r ${S}/* ${Ddir} if use amd64 ; then - rm ${Ddir}/System/{ucc-bi{n,n-macosx}} \ + rm ${Ddir}/System/ucc-bi{n,n-macosx} \ || die "removing unused binaries" mv ${Ddir}/System/ucc-bin-linux-amd64 ${Ddir}/System/ucc-bin \ || die "renaming ucc-bin-amd64 => ucc-bin" else - rm ${Ddir}/System/{ucc-bin-{linux-amd64,macosx}} \ + rm ${Ddir}/System/ucc-bin-{linux-amd64,macosx} \ || die "removing unused binaries" fi |