Use '_vpath_builddir', instead of '_target_platform', to reference the build dir
This commit is contained in:
parent
16544edad0
commit
658cd7cdaa
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user