[Lunar-commits] <moonbase> ocaml: Adding a POST_INSTALL after running into this error when compiling kamera;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Aug 16 13:04:07 CEST 2011
commit a6f8c585739ad3fe6a394c65843c404a8ec5f84f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Aug 16 07:04:07 2011 -0400
ocaml: Adding a POST_INSTALL after running into this error when compiling kamera;
http://lists.freebsd.org/pipermail/freebsd-ports/2009-August/056246.html
While the links date is um, dated it apprears to still hold true since this fixed
the kamera compile error.
---
compilers/ocaml/POST_INSTALL | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/compilers/ocaml/POST_INSTALL b/compilers/ocaml/POST_INSTALL
new file mode 100644
index 0000000..d881022
--- /dev/null
+++ b/compilers/ocaml/POST_INSTALL
@@ -0,0 +1 @@
+if module_installed facile; then lin facile; fi
More information about the Lunar-commits
mailing list