diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index 702780e3ed8..cc5f6fbaf08 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -1,19 +1,14 @@ # Template file for 'ocamlbuild' pkgname=ocamlbuild -version=0.10.0 +version=0.10.1 revision=1 build_style=gnu-makefile -make_install_args="MANDIR=/usr/share/man" hostmakedepends="ocaml" short_desc="OCaml build tool" maintainer="Christian Neukirchen " license="LGPL-2" homepage="https://github.com/ocaml/ocamlbuild" distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz" -checksum=d2a353119aa7d91a64dedb6f5697a7a26ce2507e5a4d40055d77d93a588abb0b +checksum=2603be3709634b6191dd00627213cff56f15200f2d0a24e0af58a18a0580b71e nocross=yes nopie=yes - -pre_install() { - vmkdir usr/share/man/man1 -}