diff options
Diffstat (limited to 'games-fps/ut2003-data')
-rw-r--r-- | games-fps/ut2003-data/ut2003-data-2107-r2.ebuild (renamed from games-fps/ut2003-data/ut2003-data-2107-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/ut2003-data/ut2003-data-2107-r1.ebuild b/games-fps/ut2003-data/ut2003-data-2107-r2.ebuild index 6172322c0c17..ac69da5ef178 100644 --- a/games-fps/ut2003-data/ut2003-data-2107-r1.ebuild +++ b/games-fps/ut2003-data/ut2003-data-2107-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cdrom unpacker +inherit desktop cdrom unpacker DESCRIPTION="Unreal Tournament 2003 - Sequel to the 1999 multi-player first-person shooter" HOMEPAGE="http://www.unrealtournament2003.com/" @@ -37,7 +37,7 @@ src_unpack() { src_install() { # Inlined from games.eclass _games_ut_unpack() { - local ut_unpack="$1" + local ut_unpack="${1}" local f= if [[ -z ${ut_unpack} ]] ; then |