Use plain jbuilder command instead of make.

This commit is contained in:
Andy Li 2018-02-05 12:01:54 +08:00
parent e5ad8c0dce
commit 9b31451972

View File

@ -37,7 +37,7 @@ developing applications that use %{name}.
%build
%make_build
jbuilder build @install
%install
@ -51,7 +51,7 @@ rm -r %{buildroot}/doc
find %{buildroot} -name '*.cmxs' -exec chmod 0755 {} \;
%check
%make_build test
jbuilder runtest --no-buffer
%files