diff options
Diffstat (limited to 'games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild')
-rw-r--r-- | games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild index 7d581be3c2b0..b75a1b37efa1 100644 --- a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild +++ b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild,v 1.2 2011/04/21 08:50:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild,v 1.3 2013/03/29 15:36:41 hasufell Exp $ -inherit games eutils +inherit unpacker games eutils DESCRIPTION="human survivors who battle against the ongoing alien onslaught" HOMEPAGE="http://shadowgroundsgame.com/survivor/" @@ -37,7 +37,7 @@ pkg_nofetch() { src_unpack() { # manually run unzip as the initial seek causes it to exit(1) - unzip -q "${DISTDIR}/${A}" + unpack_zip ${A} rm lib*/lib{gcc_s,m,rt,selinux}.so.? } |