From 4f1adf48ea2875c4fcbf603355e04d2d9aa3da84a7a5479a4f199627d40cc51a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 5 Jul 2020 21:50:27 +0000 Subject: [PATCH] maybe an absolute path will help OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=106 --- schily.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schily.spec b/schily.spec index 33c4966..8f9bbde 100644 --- a/schily.spec +++ b/schily.spec @@ -644,7 +644,7 @@ rm -Rfv \ %check locale -export LD_LIBRARY_PATH="$(find . -type d -name pic | perl -pe 's{\n}{:}gs')" +export LD_LIBRARY_PATH="$(find "$PWD" -type d -name pic | perl -pe 's{\n}{:}gs')" NO_RANDOM=TRUE make tests || : %post -n cdrecord