commit: 9ff25bf1ee54c6d8ff67a68dbd6c7dd9b48c8497
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Dec 22 19:12:03 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 12:47:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff25bf1
media-video/mpv: use ${PN} when not in links
Package-Manager: portage-2.2.24
media-video/mpv/mpv-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 980877c..8543205 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
}