diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-08-28 07:49:40 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-02 19:09:22 +0200 |
commit | cd3a1177c9d1608328e0c97d1ea7d16d2b2a8219 (patch) | |
tree | c8771a0b5db9efbff22595f84a0b73ab6737a51e /media-video | |
parent | media-video/mpv: enable lua USE by default in 9999. (diff) | |
download | gentoo-cd3a1177c9d1608328e0c97d1ea7d16d2b2a8219.tar.gz gentoo-cd3a1177c9d1608328e0c97d1ea7d16d2b2a8219.tar.bz2 gentoo-cd3a1177c9d1608328e0c97d1ea7d16d2b2a8219.zip |
media-video/mpv: install upstream Lua scripts with lua. USE in 9999
These are tiny files and some of them are really handy.
Package-Manager: portage-2.3.0
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 15848692737a..67af384a0fc1 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -259,6 +259,11 @@ src_configure() { src_install() { waf-utils_src_install + if use lua; then + insinto /usr/share/${PN} + doins -r TOOLS/lua + fi + if use cli && use luajit; then pax-mark -m "${ED}"usr/bin/${PN} fi |