[Lunar-commits] <moonbase> openbabel: Bit of a hammerish fix here as noted in the BUILD. ISTR one of the old
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Nov 8 14:18:41 CET 2010
commit 042326648bbd1dbb4c098efc4d7aade9a3c3f8f8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Nov 8 08:18:41 2010 -0500
openbabel: Bit of a hammerish fix here as noted in the BUILD. ISTR one of the old
qt3 versions causing the same problem. In this case lunar still thinks it is
not installed and will remove the cache and a lunar fix will do anothe lget,
etc.
---
science/openbabel/BUILD | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/science/openbabel/BUILD b/science/openbabel/BUILD
index d345c5d..a043f69 100644
--- a/science/openbabel/BUILD
+++ b/science/openbabel/BUILD
@@ -1,5 +1,11 @@
(
+# This is a temp thing until I can identify which file in /doc is causing this error;
+# xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option
+# The error prevents an install log from being created.
+ rm -rf doc/guide/ &&
+#
+
OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
mkdir $OOSB_DIR &&
More information about the Lunar-commits
mailing list