commit: 25afaee1c43f6ebf823715ce94dfaf6c32daaa22
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 23:18:07 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 23:18:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25afaee1
media-video/mpv-0.33.0-r100: add slashes after ${ED} occurrences
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-video/mpv/mpv-0.33.0-r100.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/mpv/mpv-0.33.0-r100.ebuild
b/media-video/mpv/mpv-0.33.0-r100.ebuild
index 599cc169b9d..cf434331d32 100644
--- a/media-video/mpv/mpv-0.33.0-r100.ebuild
+++ b/media-video/mpv/mpv-0.33.0-r100.ebuild
@@ -284,13 +284,13 @@ src_install() {
fi
if use cli && use lua_single_target_luajit; then
- pax-mark -m "${ED}"usr/bin/${PN}
+ pax-mark -m "${ED}"/usr/bin/${PN}
fi
if use tools; then
dobin TOOLS/{mpv_identify.sh,umpv}
newbin TOOLS/idet.sh mpv_idet.sh
- python_replicate_script "${ED}"usr/bin/umpv
+ python_replicate_script "${ED}"/usr/bin/umpv
fi
}