diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-03-08 19:59:29 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-03-08 14:32:50 -0500 |
commit | af80f4c2b54911bd39eb9f49e9c1834d08f5d55b (patch) | |
tree | d74679f6e3b9945f173e5c62549030cfc37efbe8 /media-video | |
parent | sci-libs/shogun: Depend on >=dev-cpp/gtest-1.8.0. (diff) | |
download | gentoo-af80f4c2b54911bd39eb9f49e9c1834d08f5d55b.tar.gz gentoo-af80f4c2b54911bd39eb9f49e9c1834d08f5d55b.tar.bz2 gentoo-af80f4c2b54911bd39eb9f49e9c1834d08f5d55b.zip |
media-video/mplayer: Improve installation of documentation.
Closes: https://bugs.gentoo.org/634134
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/mplayer-1.3.0-r4.ebuild | 2 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mplayer/mplayer-1.3.0-r4.ebuild b/media-video/mplayer/mplayer-1.3.0-r4.ebuild index c7488bc98670..d2550372fca2 100644 --- a/media-video/mplayer/mplayer-1.3.0-r4.ebuild +++ b/media-video/mplayer/mplayer-1.3.0-r4.ebuild @@ -560,7 +560,7 @@ src_install() { docinto tech/ dodoc DOCS/tech/{*.txt,MAINTAINERS,mpsub.sub,playtree,TODO,wishlist} docinto TOOLS/ - dodoc -r TOOLS + dodoc -r TOOLS/* docinto tech/mirrors/ dodoc DOCS/tech/mirrors/* diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index bc3255c47039..0ca08a83c5c3 100644 --- a/media-video/mplayer/mplayer-9999.ebuild +++ b/media-video/mplayer/mplayer-9999.ebuild @@ -556,7 +556,7 @@ src_install() { docinto tech/ dodoc DOCS/tech/{*.txt,MAINTAINERS,mpsub.sub,playtree,TODO,wishlist} docinto TOOLS/ - dodoc -r TOOLS + dodoc -r TOOLS/* docinto tech/mirrors/ dodoc DOCS/tech/mirrors/* |