packaging: consistently use macros
This commit is contained in:
parent
28ea1be97b
commit
6b0d67a162
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Requires: redhat-rpm-config
|
|||
%check
|
||||
%if %{with tests}
|
||||
export MACRO_DIR=%{buildroot}%{_rpmmacrodir}
|
||||
export MACRO_LUA_DIR="%{buildroot}/usr/lib/rpm/lua"
|
||||
export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}"
|
||||
%pytest
|
||||
%endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue