Olaf Hering 2016-05-20 13:23:34 +00:00 committed by Git OBS Bridge
parent bfa2b72d65
commit 1de6bd5396

View File

@ -55,6 +55,7 @@ Development files needed for application based on %{name}.
%prep
%setup -q -n %{distname}-%{version}
%build
ocaml setup.ml -configure \
--bindir '%{_bindir}' \
--mandir '%{_mandir}' \
@ -69,7 +70,6 @@ ocaml setup.ml -configure \
--exec-prefix '%{_exec_prefix}' \
--sharedstatedir '%{_sharedstatedir}'
%build
make %{?_smp_mflags}
%install