commit: 9abfd42fb22d481a3ce589897e26461939f3d4b2
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Feb 18 06:32:39 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Feb 18 06:32:39 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9abfd42f
sci-biology/wgs_tools: fix install procedure
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-biology/wgs_tools/wgs_tools-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-biology/wgs_tools/wgs_tools-9999.ebuild
b/sci-biology/wgs_tools/wgs_tools-9999.ebuild
index d3c7656d3..115aa2509 100644
--- a/sci-biology/wgs_tools/wgs_tools-9999.ebuild
+++ b/sci-biology/wgs_tools/wgs_tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,9 +20,11 @@ DEPEND=""
RDEPEND="${DEPEND}
dev-lang/perl"
+S="${W}/"
+
src_install(){
+ cd "${DISTDIR}" || die
dobin *.pl
- dodoc README*
}
pkg_postinst(){