From 99a2cc6e68d9de0efeace672b0e482e2810764d7 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 22 Aug 2022 18:57:56 -0400 Subject: [PATCH] ocamlbuild: remove unnecessary PREFIX=, clean up --- srcpkgs/ocamlbuild/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index b1349909f78..056e497a8b2 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -3,8 +3,6 @@ pkgname=ocamlbuild version=0.14.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 "