diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-22 23:18:07 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-22 23:18:47 +0000 |
commit | 25afaee1c43f6ebf823715ce94dfaf6c32daaa22 (patch) | |
tree | fa37e2782395e1c6c6f882bed3487a08d20e8237 /media-video | |
parent | dev-libs/nss: security cleanup (bug #750254) (diff) | |
download | gentoo-25afaee1c43f6ebf823715ce94dfaf6c32daaa22.tar.gz gentoo-25afaee1c43f6ebf823715ce94dfaf6c32daaa22.tar.bz2 gentoo-25afaee1c43f6ebf823715ce94dfaf6c32daaa22.zip |
media-video/mpv-0.33.0-r100: add slashes after ${ED} occurrences
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.33.0-r100.ebuild | 4 |
1 files 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 599cc169b9d6..cf434331d32e 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 } |