summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcondy2022-06-17 20:52:49 +0800
committercondy2022-06-17 20:52:49 +0800
commitf9673fd50db644fe82b537e28a04a851c1cc8f1f (patch)
tree72899be16a87e282acac4edef9141c1938ffa22b /PKGBUILD
parent3f6f3ed93a8ada829c662bfcdbc4b94194c89741 (diff)
downloadaur-f9673fd50db644fe82b537e28a04a851c1cc8f1f.tar.gz
Fix for dune incompatible change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e539cb6a82de..2f5af729e1e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=yojson
pkgname=ocaml-${_pkgname}
pkgver=1.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="Low level JSON binary for OCaml"
arch=('x86_64')
url="https://github.com/ocaml-community/${_pkgname}"
@@ -25,7 +25,7 @@ build() {
package() {
cd ${_pkgname}-${pkgver}
- DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="lib/ocaml"
+ DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="/usr/lib/ocaml"
# remove rogue dune-package file
rm -r "${pkgdir}"/usr/doc