app-shells/mpv-bash-completion: use einstalldocs in src_install in 0.16
authorIlya Tumaykin <itumaykin@gmail.com>
Wed, 4 May 2016 22:52:08 +0000 (01:52 +0300)
committerIan Delaney <idella4@gentoo.org>
Mon, 9 May 2016 12:21:53 +0000 (20:21 +0800)
mpv-bash-completion doesn't have any build system or Makefiles.
According to PMS, default in src_install phase is equivalent to
einstalldocs in this case [0].

Thus replace default with einstalldocs.

[0]: https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-1040009.1.9

Closes: https://github.com/gentoo/gentoo/pull/1436
Package-Manager: portage-2.2.28

Signed-off-by: Ian Delaney <idella4@gentoo.org>
app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild

index aa2471de6fa5d2a358a9a44674533b7f1324e1f9..4cf7aeb301ff0e399c66b6c729b70a0844d5bf66 100644 (file)
@@ -30,6 +30,6 @@ src_compile() {
 }
 
 src_install() {
-       default
+       einstalldocs
        newbashcomp ${PN} mpv
 }