Olaf Hering 2020-09-08 07:56:15 +00:00 committed by Git OBS Bridge
parent 119a7b787e
commit d6b23f87e7

View File

@ -46,6 +46,8 @@ developing applications that use %{name}.
%autosetup -p1
%build
mkdir src/dune
mv src/dune_rules/setup.defaults.ml src/dune/setup.ml
ocaml configure.ml '--libdir=%{ocaml_standard_library}' '--mandir=%{_mandir}'
ocaml bootstrap.ml
rm -rfv '%{_tmppath}/%{name}-%{release}'