[Lunar-commits] Fixed make options. (Submitted fix was accepted earlier but apparently got lost in the works. Sorry)

Auke Kok sofar at foo-projects.org
Tue Feb 5 18:28:50 CET 2008


commit 3e5a8004b739f2ae1617a9bd5f28484424387f75
Author: Jason Williams <jason5876 at gmail.com>
Date:   Tue Feb 5 18:28:50 2008 +0100

    Fixed make options.  (Submitted fix was accepted earlier but apparently got lost in the works.  Sorry)
---
 zbeta/madbomber/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zbeta/madbomber/BUILD b/zbeta/madbomber/BUILD
index a7eec4a..0cd9789 100644
--- a/zbeta/madbomber/BUILD
+++ b/zbeta/madbomber/BUILD
@@ -1,5 +1,5 @@
 (
-  make &&
+  make DATA_PREFIX=/usr/share/games/madbomber/ BIN_PREFIX=/usr/bin/ &&
   prepare_install &&
   make DATA_PREFIX=$MODULE_PREFIX/share/games/madbomber/ BIN_PREFIX=$MODULE_PREFIX/games/ install
 


More information about the Lunar-commits mailing list