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
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user