summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 22:12:03 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-28 15:47:20 +0300
commit9ff25bf1ee54c6d8ff67a68dbd6c7dd9b48c8497 (patch)
treeeb60d3ea499c9afefc5ff80f5a6517ba0247eeda /media-video/mpv
parentmedia-video/mpv: use more sane logic for opengl and egl USE flags (diff)
downloadgentoo-9ff25bf1ee54c6d8ff67a68dbd6c7dd9b48c8497.tar.gz
gentoo-9ff25bf1ee54c6d8ff67a68dbd6c7dd9b48c8497.tar.bz2
gentoo-9ff25bf1ee54c6d8ff67a68dbd6c7dd9b48c8497.zip
media-video/mpv: use ${PN} when not in links
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 980877c14cce..85432055f1e5 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -251,7 +251,7 @@ src_install() {
waf-utils_src_install
if use cli && use luajit; then
- pax-mark -m "${ED}"usr/bin/mpv
+ pax-mark -m "${ED}usr/bin/${PN}"
fi
}