diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-20 20:23:21 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-20 20:23:21 +0100 |
commit | aa3d7b8616ba9d02a937e87a68750b321974cc0e (patch) | |
tree | 6766803a691c666987c6c331585a7acf1404a75a /app-editors | |
parent | net-im/whatsapp-for-linux: version bump to 1.3.2 (diff) | |
download | guru-aa3d7b8616ba9d02a937e87a68750b321974cc0e.tar.gz guru-aa3d7b8616ba9d02a937e87a68750b321974cc0e.tar.bz2 guru-aa3d7b8616ba9d02a937e87a68750b321974cc0e.zip |
app-editors/amp: fix doc, remove whitespaces
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/amp/amp-0.6.2.ebuild | 11 |
1 files 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 +} |