From 5ce5872fe63962e47d9967942c0800e4420e382d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 1 Jul 2022 19:34:41 +0200 Subject: [PATCH] Resolves: rhbz#2100950 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 d7b129c..62c2559 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}/