diff options
Diffstat (limited to 'media-sound/lame/lame-3.100.ebuild')
-rw-r--r-- | media-sound/lame/lame-3.100.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/lame/lame-3.100.ebuild b/media-sound/lame/lame-3.100.ebuild index eca4dc28c09c..50c2f1cf6963 100644 --- a/media-sound/lame/lame-3.100.ebuild +++ b/media-sound/lame/lame-3.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -74,7 +74,8 @@ multilib_src_install_all() { dobin misc/mlame dodoc API ChangeLog HACKING README STYLEGUIDE TODO USAGE - dohtml misc/lameGUI.html Dll/LameDLLInterface.htm + docinto html + dodoc misc/lameGUI.html Dll/LameDLLInterface.htm find "${ED}" -name '*.la' -exec rm -f {} + } |