From d2115fbdbed9768d8ec430ce6cd799737c3eb057 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Thu, 10 May 2012 02:12:32 +0000 Subject: Restore src_unpack(); unpacker.eclass does not automatically detect .sh extension as a makeself archive (bug #415013, thanks to Alan Smithee). (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) --- .../crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild') diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild index 53ac6c473d9c..4d3e910782bf 100644 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild,v 1.3 2012/02/05 05:27:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild,v 1.4 2012/05/10 02:12:32 tetromino Exp $ inherit unpacker @@ -31,6 +31,10 @@ pkg_nofetch() { einfo "and place ${A} in ${DISTDIR}" } +src_unpack() { + unpack_makeself # needed due to .sh extension; #415013 +} + src_install() { dodir /opt/cxoffice cp -r * "${D}"/opt/cxoffice || die "cp failed" -- cgit v1.2.3-65-gdbad