commit 81a7a0eb2edb2d8844531d45af84a9b8f7ba828a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 17:37:52 2020 +0100
fix
acoustid-fingerprinter.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/acoustid-fingerprinter.spec b/acoustid-fingerprinter.spec
index 9ccfa25..58d4c18 100644
--- a/acoustid-fingerprinter.spec
+++ b/acoustid-fingerprinter.spec
@@ -39,7 +39,7 @@ track title, artist name, album name, etc.
%build
%cmake3 -DCMAKE_BUILD_TYPE=Debug -GNinja
# removing the -O3 optimization flag for the release building type
-sed -i "s/-O3 -DNDEBUG//g" CMakeCache.txt
+sed -i "s/-O3 -DNDEBUG//g" %{_vpath_builddir}/CMakeCache.txt
%cmake3_build
%install
Show replies by date