diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 00:25:59 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 00:58:22 -0300 |
| commit | 7f5d4bc3b97b66add684a64f84ce5bfccff00896 (patch) | |
| tree | 3c003a089ba76f34b021e38386f64741bad60705 /testing/ocaml-easy-format | |
| parent | ce96a67e584404ad550e4af257b4479cc2366e88 (diff) | |
| download | aports-7f5d4bc3b97b66add684a64f84ce5bfccff00896.tar.bz2 aports-7f5d4bc3b97b66add684a64f84ce5bfccff00896.tar.xz | |
testing/ocaml-easy-format: rebuild for new ocaml
Diffstat (limited to 'testing/ocaml-easy-format')
| -rw-r--r-- | testing/ocaml-easy-format/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/ocaml-easy-format/APKBUILD b/testing/ocaml-easy-format/APKBUILD index 2cb00f4b10..ab797d90fd 100644 --- a/testing/ocaml-easy-format/APKBUILD +++ b/testing/ocaml-easy-format/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-easy-format _pkgname=easy-format pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Pretty-printing library for OCaml" url="https://mjambon.github.io/mjambon2016/easy-format.html" arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport @@ -26,8 +26,9 @@ check() { package() { mkdir -p "$pkgdir"/usr/lib/ocaml jbuilder install \ - --destdir="$pkgdir"/usr \ - --libdir="$pkgdir"/usr/lib/ocaml + --destdir="$pkgdir" \ + --prefix=/usr \ + --libdir=/usr/lib/ocaml # There's just a readme and changelog. rm -Rf "$pkgdir"/usr/doc |
