[Lunar-commits] <moonbase> ebook-tools: A little fix up of the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Mar 22 17:38:58 CET 2011
commit 6c727c52979bb8799c0c562e890f76367fa5f6a4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Mar 22 12:38:58 2011 -0400
ebook-tools: A little fix up of the BUILD.
---
doc-tools/ebook-tools/BUILD | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/doc-tools/ebook-tools/BUILD b/doc-tools/ebook-tools/BUILD
index eb58859..d345c5d 100644
--- a/doc-tools/ebook-tools/BUILD
+++ b/doc-tools/ebook-tools/BUILD
@@ -1,6 +1,14 @@
(
- cmake . -DCMAKE_INSTALL_PREFIX:=/usr &&
+ OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOSB_DIR &&
+ cd $OOSB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list