summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/trine-bin/trine-bin-1.08.ebuild')
-rw-r--r--games-action/trine-bin/trine-bin-1.08.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/trine-bin/trine-bin-1.08.ebuild b/games-action/trine-bin/trine-bin-1.08.ebuild
index b8caa6460201..f998c7a18906 100644
--- a/games-action/trine-bin/trine-bin-1.08.ebuild
+++ b/games-action/trine-bin/trine-bin-1.08.ebuild
@@ -1,6 +1,6 @@
-# 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/trine-bin/trine-bin-1.08.ebuild,v 1.3 2011/04/21 08:52:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.4 2013/03/29 15:45:51 hasufell Exp $
# these are ELFs that include a ZIP (504b0304) appended to it
# dd if=Trine.64.run of=Trine.64.zip ibs=$((0x342a8)) skip=1
@@ -39,7 +39,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.?
}