media-video/showtime: fix shebang (bug #978319)

Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
This commit is contained in:
Bjorn Ferson
2026-07-05 12:25:17 +02:00
parent 4794ee2cf7
commit eebb8386ef

View File

@@ -58,7 +58,7 @@ src_configure() {
src_install() {
meson_src_install
python_fix_shebang "${BUILD_DIR}/showtime"
python_fix_shebang "${ED}"/usr/bin/showtime
python_optimize
}