commit: aa3d7b8616ba9d02a937e87a68750b321974cc0e
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 19:23:21 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 19:23:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa3d7b86
app-editors/amp: fix doc, remove whitespaces
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
app-editors/amp/amp-0.6.2.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild
index b74bfbd0b..46247d1fa 100644
--- a/app-editors/amp/amp-0.6.2.ebuild
+++ b/app-editors/amp/amp-0.6.2.ebuild
@@ -213,9 +213,10 @@ src_compile() {
}
src_install() {
- if use doc; then
- local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
- einstalldocs -r
- fi
+ if use doc; then
+ dodoc README.md CHANGELOG.md
+ dodoc -r documentation/*
+ einstalldocs
+ fi
dobin target/release/amp
-}
\ No newline at end of file
+}