aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/wgs_tools')
-rw-r--r--sci-biology/wgs_tools/wgs_tools-9999.ebuild6
1 files 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(){