summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-08-28 07:49:40 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-09-02 19:09:22 +0200
commitcd3a1177c9d1608328e0c97d1ea7d16d2b2a8219 (patch)
treec8771a0b5db9efbff22595f84a0b73ab6737a51e /media-video/mpv
parentmedia-video/mpv: enable lua USE by default in 9999. (diff)
downloadgentoo-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/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild5
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