From bdeb10249379900837cca8103c7726f00bc0e497 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 19 Apr 2004 21:10:15 +0000 Subject: Fixing src_unpack. --- games-fps/rtcw/ChangeLog | 5 ++++- games-fps/rtcw/rtcw-1.41.ebuild | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'games-fps/rtcw') diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index a8571d287da0..6406da1aa6e4 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.8 2004/04/19 21:09:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.9 2004/04/19 21:10:15 wolf31o2 Exp $ + + 19 Apr 2004; Chris Gianelloni rtcw-1.41.ebuild: + Fixing src_unpack. 19 Apr 2004; Chris Gianelloni rtcw-1.41.ebuild: Fixing SRC_URI and closing bug #48396. diff --git a/games-fps/rtcw/rtcw-1.41.ebuild b/games-fps/rtcw/rtcw-1.41.ebuild index 0d17682b6a5b..51ea0a106278 100644 --- a/games-fps/rtcw/rtcw-1.41.ebuild +++ b/games-fps/rtcw/rtcw-1.41.ebuild @@ -28,8 +28,7 @@ pkg_setup() { } src_unpack() { - unpack_makeself wolf-linux-1.4-full.x86.run - unpack_makeself wolf-linux-update-${PV}.x86.run + unpack_makeself ${A} } src_install() { -- cgit v1.2.3-65-gdbad