diff options
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
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 } |