From 3e3d14c94135e25b87510ba94c9d3d54cd281d8d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 30 Jul 2021 14:54:07 +0200 Subject: [PATCH] Resolves: rhbz#1988046 FTBFS, use _vpath_builddir instead of _target_platform --- woff2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woff2.spec b/woff2.spec index 9652349..5feff68 100644 --- a/woff2.spec +++ b/woff2.spec @@ -51,7 +51,7 @@ Development files and utils for %{name} %cmake_install mkdir -p %{buildroot}%{_bindir}/ -cd %{_target_platform} +cd %{_vpath_builddir} install -m 755 woff2_decompress %{buildroot}%{_bindir}/ install -m 755 woff2_compress %{buildroot}%{_bindir}/ install -m 755 woff2_info %{buildroot}%{_bindir}/