[Lunar-commits] <moonbase> qjson: Thought there was something odd about that cmake in the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Jun 24 17:14:03 CEST 2010
commit 2ae7cfb012802f0167361c94e4ad51e468eddd26
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Jun 24 11:14:03 2010 -0400
qjson: Thought there was something odd about that cmake in the BUILD.
Don't need the PRE_BUILD.
---
qt4-apps/qjson/BUILD | 6 +++---
qt4-apps/qjson/PRE_BUILD | 3 ---
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/qt4-apps/qjson/BUILD b/qt4-apps/qjson/BUILD
index 0a4f73d..a334569 100644
--- a/qt4-apps/qjson/BUILD
+++ b/qt4-apps/qjson/BUILD
@@ -7,9 +7,9 @@
mkdir $OOTB_DIR &&
cd $OOTB_DIR &&
- cmake $SOURCE_DIRECTORY/$MODULE -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE \
- $OPTS &&
+ cmake $SOURCE_DIRECTORY -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
default_make
diff --git a/qt4-apps/qjson/PRE_BUILD b/qt4-apps/qjson/PRE_BUILD
deleted file mode 100644
index 87610bc..0000000
--- a/qt4-apps/qjson/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mk_source_dir &&
-cd $SOURCE_DIRECTORY &&
-unpack $SOURCE
More information about the Lunar-commits
mailing list