From 6743717e1daf6e915cc41d65639866b04abe7feb Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Wed, 8 Jun 2022 22:05:13 +0200 Subject: media-libs/libvmaf: fix unquoted variable S Signed-off-by: Thomas Bracht Laumann Jespersen Signed-off-by: Sam James --- media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs') 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() { -- cgit v1.2.3-65-gdbad