Use only macro for buildroot

This commit is contained in:
Jitka Plesnikova 2021-05-14 11:11:59 +02:00
parent d1a7d8b19f
commit c609a2d759
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ cd %{_libexecdir}/%{name} && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
EOF
chmod +x %{buildroot}/%{_libexecdir}/%{name}/test
%{_fixperms} $RPM_BUILD_ROOT/*
%{_fixperms} %{buildroot}/*
%check
make test