aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@users.noreply.github.com>2015-10-11 18:55:27 +0200
committerPatrick Höhn <hoehnp@users.noreply.github.com>2015-10-11 18:55:27 +0200
commitc7589c49bbf33ca79fd771f70de793c296cab889 (patch)
treeb80d7b8a9bdaf4bdd05c1e9a28e935047a90e116 /x11-misc/envytools/envytools-9999.ebuild
parentsci-biology/bowtie: Use 'usex' instead of defining TBB variable. (diff)
downloadsci-c7589c49bbf33ca79fd771f70de793c296cab889.tar.gz
sci-c7589c49bbf33ca79fd771f70de793c296cab889.tar.bz2
sci-c7589c49bbf33ca79fd771f70de793c296cab889.zip
Update envytools-9999.ebuild
currently the README.rst file is not found during installation: /usr/bin/install: cannot stat 'README': No such file or directory !!! dodoc: README does not exist Proposed Solution: change "README" to "README.rst"
Diffstat (limited to 'x11-misc/envytools/envytools-9999.ebuild')
-rw-r--r--x11-misc/envytools/envytools-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/envytools/envytools-9999.ebuild b/x11-misc/envytools/envytools-9999.ebuild
index df6294af6..b712e6e5b 100644
--- a/x11-misc/envytools/envytools-9999.ebuild
+++ b/x11-misc/envytools/envytools-9999.ebuild
@@ -25,6 +25,6 @@ DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"
-DOCS=( README )
+DOCS=( README.rst )
PATCHES=( "${FILESDIR}"/${PN}-bison.patch )