diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-11 13:40:39 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-11 13:49:32 +0100 |
commit | 9935b304c440f677cb8c35b06dacdc002a6abe7b (patch) | |
tree | 255c38015ffe05ca0d6bec246e62e689fb5c6584 | |
parent | app-crypt/keybase: Version bump to 4.7.2 (diff) | |
download | gentoo-9935b304c440f677cb8c35b06dacdc002a6abe7b.tar.gz gentoo-9935b304c440f677cb8c35b06dacdc002a6abe7b.tar.bz2 gentoo-9935b304c440f677cb8c35b06dacdc002a6abe7b.zip |
app-emacs/muse: Use dodoc -r instead of doins -r.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-emacs/muse/muse-3.20-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/muse/muse-3.20-r1.ebuild b/app-emacs/muse/muse-3.20-r1.ebuild index ca6fefc3aaca..c527c20ee472 100644 --- a/app-emacs/muse/muse-3.20-r1.ebuild +++ b/app-emacs/muse/muse-3.20-r1.ebuild @@ -28,6 +28,5 @@ src_install() { elisp-site-file-install "${FILESDIR}/${SITEFILE}" doinfo texi/muse.info dodoc AUTHORS NEWS README ChangeLog* - insinto /usr/share/doc/${PF} - doins -r contrib etc examples experimental scripts + dodoc -r contrib etc examples experimental scripts } |