Add missing vpath_builddir prefix

This is a generated file located in the builddir.

Resolves: RHEL-9028
This commit is contained in:
Nikita Popov 2023-10-10 09:50:10 +02:00
parent 9763692d33
commit b2210d9c8a
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ cp -R runtime/src %{buildroot}%{libomp_srcdir}/runtime
# Generate lit config files. Strip off the last line that initiates the
# test run, so we can customize the configuration.
head -n -1 runtime/test/lit.site.cfg >> %{buildroot}%{lit_cfg}
head -n -1 %{_vpath_builddir}/runtime/test/lit.site.cfg >> %{buildroot}%{lit_cfg}
# Install custom fedora config file
cp %{SOURCE4} %{buildroot}%{lit_fedora_cfg}