From 577c62b4a068030bdc7659d8a1f839b58cfbcd0e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 14 Jun 2019 10:33:12 +0200 Subject: [PATCH] ocamlbuild: rebuild for ocaml-4.08.1 --- srcpkgs/ocamlbuild/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index 539c01f9929..bb7d2201edd 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -1,8 +1,10 @@ # Template file for 'ocamlbuild' pkgname=ocamlbuild version=0.14.0 -revision=1 +revision=2 build_style=gnu-makefile +make_build_args="PREFIX=/usr" +make_install_args="PREFIX=/usr" hostmakedepends="ocaml" short_desc="OCaml build tool" maintainer="Leah Neukirchen "