[Lunar-commits] <moonbase> supertux: Adjusting the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun May 15 16:25:08 CEST 2011


commit e34f90dbf54112dd05a9051cd55a90e75867ab8a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun May 15 10:25:08 2011 -0400

    supertux: Adjusting the BUILD.
---
 games/supertux/BUILD |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/games/supertux/BUILD b/games/supertux/BUILD
index dc2576a..07b1411 100644
--- a/games/supertux/BUILD
+++ b/games/supertux/BUILD
@@ -1,7 +1,9 @@
 (
-   mkdir build  &&
-   cd build     &&
-   cmake -D CMAKE_INSTALL_PREFIX=/usr ..  &&
-   default_make
+
+  cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+        -DCMAKE_BUILD_TYPE=RELEASE             \
+        $OPTS .                               &&
+
+  default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list