summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Sirabella <marco@sirabella.org>2021-04-28 08:53:11 -0400
committerPatrice Clement <monsieurp@gentoo.org>2021-05-02 22:22:28 +0200
commitb94cea8c06bd820ad663acd1695b70df8b8f915b (patch)
treefbb0698db6b6dc49f23952d69e3e30c1228877fa /app-vim/vimclojure
parentvim-{plugin,spell}: use einstalldocs. (diff)
downloadgentoo-b94cea8c06bd820ad663acd1695b70df8b8f915b.tar.gz
gentoo-b94cea8c06bd820ad663acd1695b70df8b8f915b.tar.bz2
gentoo-b94cea8c06bd820ad663acd1695b70df8b8f915b.zip
app-vim/*: explicity specify DOCS for einstalldocs.
Signed-off-by: Marco Sirabella <marco@sirabella.org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/vimclojure')
-rw-r--r--app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
index 6d3c5d62b0e7..136a7d20461f 100644
--- a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
+++ b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild
@@ -19,7 +19,7 @@ RDEPEND="dev-lang/clojure"
S="${WORKDIR}/${MY_PN}-${PV}"
-DOCS=( doc/LICENSE.txt )
+DOCS=( README README.markdown )
# Files with similar names are already installed by app-vim/slimv.
DUPLICATE_FILES=(
@@ -47,6 +47,6 @@ src_prepare() {
src_install() {
einstalldocs
- rm -rv "${DOCS[@]}" bin || die
+ rm -rv doc/LICENSE.txt bin || die
vim-plugin_src_install
}