diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-10 02:12:32 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-10 02:12:32 +0000 |
commit | d2115fbdbed9768d8ec430ce6cd799737c3eb057 (patch) | |
tree | b50ebc68060655aad49575bb1a8672f7b7af9a34 /app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild | |
parent | Require kmod provide the tools that the virtual implies #409351 by nzqr. (diff) | |
download | gentoo-2-d2115fbdbed9768d8ec430ce6cd799737c3eb057.tar.gz gentoo-2-d2115fbdbed9768d8ec430ce6cd799737c3eb057.tar.bz2 gentoo-2-d2115fbdbed9768d8ec430ce6cd799737c3eb057.zip |
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)
Diffstat (limited to 'app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild')
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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" |