commit:     6743717e1daf6e915cc41d65639866b04abe7feb
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Wed Jun  8 20:05:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 16:30:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6743717e

media-libs/libvmaf: fix unquoted variable S

Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild 
b/media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild
index 02175276a196..587000084144 100644
--- a/media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild
+++ b/media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild
@@ -38,7 +38,7 @@ src_prepare() {
 
        # Workaround for https://bugs.gentoo.org/837221
        # The paths in the tests are hard coded to look for the model folder as 
"../../model"
-       sed -i "s|\"../../model|\"../vmaf-${PV}/model|g" ${S}/libvmaf/test/* || 
die
+       sed -i "s|\"../../model|\"../vmaf-${PV}/model|g" "${S}"/libvmaf/test/* 
|| die
 }
 
 multilib_src_configure() {

Reply via email to