Use plain jbuilder command instead of make.
This commit is contained in:
parent
e5ad8c0dce
commit
9b31451972
@ -37,7 +37,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build
|
jbuilder build @install
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -51,7 +51,7 @@ rm -r %{buildroot}/doc
|
|||||||
find %{buildroot} -name '*.cmxs' -exec chmod 0755 {} \;
|
find %{buildroot} -name '*.cmxs' -exec chmod 0755 {} \;
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build test
|
jbuilder runtest --no-buffer
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user