Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Tue, 22 Dec 2020 23:18:58
Message-Id: 1608679127.25afaee1c43f6ebf823715ce94dfaf6c32daaa22.marecki@gentoo
1 commit: 25afaee1c43f6ebf823715ce94dfaf6c32daaa22
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 23:18:07 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 23:18:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25afaee1
7
8 media-video/mpv-0.33.0-r100: add slashes after ${ED} occurrences
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 media-video/mpv/mpv-0.33.0-r100.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/mpv/mpv-0.33.0-r100.ebuild b/media-video/mpv/mpv-0.33.0-r100.ebuild
16 index 599cc169b9d..cf434331d32 100644
17 --- a/media-video/mpv/mpv-0.33.0-r100.ebuild
18 +++ b/media-video/mpv/mpv-0.33.0-r100.ebuild
19 @@ -284,13 +284,13 @@ src_install() {
20 fi
21
22 if use cli && use lua_single_target_luajit; then
23 - pax-mark -m "${ED}"usr/bin/${PN}
24 + pax-mark -m "${ED}"/usr/bin/${PN}
25 fi
26
27 if use tools; then
28 dobin TOOLS/{mpv_identify.sh,umpv}
29 newbin TOOLS/idet.sh mpv_idet.sh
30 - python_replicate_script "${ED}"usr/bin/umpv
31 + python_replicate_script "${ED}"/usr/bin/umpv
32 fi
33 }