From 658cd7cdaaf020cd4fe035f15e0100f5c2d8888f Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 2 Aug 2021 10:41:46 +0200 Subject: [PATCH] Use '_vpath_builddir', instead of '_target_platform', to reference the build dir --- libical.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libical.spec b/libical.spec index 46695e1..ecf91bd 100644 --- a/libical.spec +++ b/libical.spec @@ -84,7 +84,7 @@ Development files needed for building things which link against %{name}-glib. rm %{buildroot}/%{_libexecdir}/libical/ical-glib-src-generator %check -make test ARGS="-V" -C %{_target_platform} +make test ARGS="-V" -C %{_vpath_builddir} %ldconfig_scriptlets