Don't use mbi macro

This commit is contained in:
Mikolaj Izdebski 2020-12-01 06:43:31 +01:00
parent 017bb8164a
commit 9dee6c5e9e

View File

@ -205,7 +205,7 @@ install -d -m 755 %{buildroot}%{confdir}
install -d -m 755 %{buildroot}%{_datadir}/bash-completion/completions/
cp -a $M2_HOME/{bin,lib,boot} %{buildroot}%{homedir}/
%if !0%{?mbi}
%if "%{_module_name}" != "javapackages-bootstrap"
xmvn-subst -s -R %{buildroot} -s %{buildroot}%{homedir}
%endif