diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 19:03:46 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 19:11:21 +0100 |
commit | c2859137fc2af848bd282bad72fc6b25de4943e6 (patch) | |
tree | e4730fd3a286934d31d07ff02ae09e7c9b17be5d | |
parent | d73a3851302da1626c97f869bb77cfd6a8cb37d0 (diff) | |
download | aports-c2859137fc2af848bd282bad72fc6b25de4943e6.tar.bz2 aports-c2859137fc2af848bd282bad72fc6b25de4943e6.tar.xz |
testing/reason: -rebuild needs ocaml in runtime
-rw-r--r-- | testing/reason/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD index a8843f6c90..e0e37874d6 100644 --- a/testing/reason/APKBUILD +++ b/testing/reason/APKBUILD @@ -116,7 +116,7 @@ reactjs() { rebuild() { pkgdesc="Simple build system for Reason based on OCamlbuild" - depends="$pkgname ocaml-ocamlbuild" + depends="$pkgname ocaml ocaml-ocamlbuild" _submv usr/bin/rebuild } |