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

Jürgen Hötzel juergen at archlinux.org
Mon Feb 12 20:00:09 UTC 2018


    Date: Monday, February 12, 2018 @ 20:00:08
  Author: juergen
Revision: 316733

Add missing compiler-libs FS#57200

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-12 19:13:07 UTC (rev 316732)
+++ PKGBUILD	2018-02-12 20:00:08 UTC (rev 316733)
@@ -4,7 +4,7 @@
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
 pkgver=4.06.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A functional language with OO extensions"
 arch=('x86_64')
 license=('LGPL2.1' 'custom: QPL-1.0')
@@ -55,8 +55,7 @@
      driver/*.cmi driver/*.cmt driver/*.cmti driver/*.mli \
      toplevel/*.cmi toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
      "${pkgdir}/usr/lib/ocaml/compiler-libs"
-  cp compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
-     compilerlibs/ocamltoplevel.cma ${BYTESTART} ${TOPLEVELSTART} \
+  cp compilerlibs/* ${BYTESTART} ${TOPLEVELSTART} \
   "${pkgdir}/usr/lib/ocaml/compiler-libs"
 
   # install license



More information about the arch-commits mailing list