[arch-commits] Commit in ocamlbuild/trunk (PKGBUILD)
Giancarlo Razzolini
grazzolini at archlinux.org
Fri May 17 00:32:33 UTC 2019
Date: Friday, May 17, 2019 @ 00:32:32
Author: grazzolini
Revision: 353513
upgpkg: ocamlbuild 0.14.0-2
Modified:
ocamlbuild/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-16 21:46:36 UTC (rev 353512)
+++ PKGBUILD 2019-05-17 00:32:32 UTC (rev 353513)
@@ -2,7 +2,7 @@
pkgname=ocamlbuild
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
pkgdesc='Build tool, that has built-in rules for building OCaml library and programs'
arch=('x86_64')
license=('GPL2')
@@ -14,7 +14,7 @@
build() {
cd $pkgname-$pkgver
- make configure
+ make configure PREFIX="/usr" MANDIR="/usr/share/man"
make
}
More information about the arch-commits
mailing list