[arch-commits] Commit in ocaml-csexp/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Mar 14 11:00:43 UTC 2022


    Date: Monday, March 14, 2022 @ 11:00:43
  Author: kgizdov
Revision: 1152383

install with dune

Modified:
  ocaml-csexp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-14 10:59:18 UTC (rev 1152382)
+++ PKGBUILD	2022-03-14 11:00:43 UTC (rev 1152383)
@@ -2,7 +2,7 @@
 _pkgname='csexp'
 pkgname="ocaml-${_pkgname}"
 pkgver=1.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="OCaml canonical S-expressions"
 arch=(x86_64)
 url="https://github.com/ocaml-dune/csexp"
@@ -19,7 +19,7 @@
 
 package() {
     cd "${srcdir}/${_pkgname}-${pkgver}"
-    DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir "lib/ocaml"
+    dune install --destdir="${pkgdir}" --prefix "/usr" --libdir "lib/ocaml"
 
     install -dm755 "${pkgdir}/usr/share/"
     mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/"



More information about the arch-commits mailing list