diff options
author | 2015-10-11 18:55:27 +0200 | |
---|---|---|
committer | 2015-10-11 18:55:27 +0200 | |
commit | c7589c49bbf33ca79fd771f70de793c296cab889 (patch) | |
tree | b80d7b8a9bdaf4bdd05c1e9a28e935047a90e116 | |
parent | sci-biology/bowtie: Use 'usex' instead of defining TBB variable. (diff) | |
download | sci-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"
-rw-r--r-- | x11-misc/envytools/envytools-9999.ebuild | 2 |
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 ) |