[Lunar-commits] <moonbase> kobodeluxe: fix the install paths.

Florin Braescu florin at lunar-linux.org
Tue Apr 1 22:17:43 CEST 2008


commit 95fc1bd20a6d1ba3e88e1aa9dda2b380bc0ad6af
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Apr 1 23:17:43 2008 +0300

    kobodeluxe: fix the install paths.
---
 games/kobodeluxe/BUILD |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/games/kobodeluxe/BUILD b/games/kobodeluxe/BUILD
index 754f8cb..8e3685f 100644
--- a/games/kobodeluxe/BUILD
+++ b/games/kobodeluxe/BUILD
@@ -5,7 +5,9 @@
   ./configure  --prefix=/usr         \
                --bindir=/usr/games   \
                --localstatedir=/var  \
-               --disable-sdltest    &&
+               --disable-sdltest     \
+               --datarootdir=/usr/share/games     \
+               --sharedstatedir=/usr/share/games  &&
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list