projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3e56b
)
media-video/mpv: use simpler chmod call
author
Ilya Tumaykin
<itumaykin@gmail.com>
Mon, 28 Dec 2015 04:52:39 +0000
(07:52 +0300)
committer
Ilya Tumaykin
<itumaykin@gmail.com>
Mon, 28 Dec 2015 12:47:22 +0000
(15:47 +0300)
Suggested by mgorny in PR #511.
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 eea00f13548b9e9e3f534dabf1a8e2c3a5ca986a..90a60b909c02a3eadb2db6ca9cedc3b6a75f65c9 100644
(file)
--- a/
media-video/mpv/mpv-9999.ebuild
+++ b/
media-video/mpv/mpv-9999.ebuild
@@
-152,7
+152,7
@@
pkg_pretend() {
src_prepare() {
cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die
- chmod
0755
"${S}"/waf || die
+ chmod
+x
"${S}"/waf || die
epatch_user
}