projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411d5bb
)
media-video/mpv: use ${PN} when not in links
author
Ilya Tumaykin
<itumaykin@gmail.com>
Tue, 22 Dec 2015 19:12:03 +0000
(22:12 +0300)
committer
Ilya Tumaykin
<itumaykin@gmail.com>
Mon, 28 Dec 2015 12:47:20 +0000
(15:47 +0300)
Package-Manager: portage-2.2.24
media-video/mpv/mpv-9999.ebuild
patch
|
blob
|
history
diff --git
a/media-video/mpv/mpv-9999.ebuild
b/media-video/mpv/mpv-9999.ebuild
index 980877c14cce0c86c2688d84ea7e8c3a60e6c56f..85432055f1e5a5b3f1a5beda4d3e7027004e45ea 100644
(file)
--- 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
}