[Lunar-commits] <moonbase> briquolo: fix some install paths.

Florin Braescu florin at lunar-linux.org
Sun Apr 19 18:58:55 CEST 2009


commit 902697265f26435f38563827f134cdaa0b30e3e8
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Apr 19 19:58:55 2009 +0300

    briquolo: fix some install paths.
---
 games/briquolo/BUILD |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/games/briquolo/BUILD b/games/briquolo/BUILD
index ff8f95a..82f124d 100644
--- a/games/briquolo/BUILD
+++ b/games/briquolo/BUILD
@@ -1,18 +1,20 @@
 (
 
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  sedit "s:\$(DESTDIR)\$(datadir):/usr/share:" desktop/Makefile.in  &&
 
-  ./configure  --prefix=$MODULE_PREFIX               \
-               --bindir=$MODULE_PREFIX/games         \
-               --datadir=$MODULE_PREFIX/share/games  \
-               --build=$BUILD                        \
-               --sysconfdir=/etc                     \
-               --localstatedir=/var                  \
-               --infodir=$MODULE_PREFIX/share/info   \
-               --mandir=$MODULE_PREFIX/share/man     \
-               --with-x                              \
-               $OPTS                                &&
-
+  ./configure  --prefix=/usr               \
+               --bindir=/usr/games         \
+               --datadir=/usr/share/games  \
+               --build=$BUILD              \
+               --sysconfdir=/etc           \
+               --localstatedir=/var        \
+               --infodir=/usr/share/info   \
+               --mandir=/usr/share/man     \
+               --with-x                    \
+	       --localedir=/usr/share/locale  \
+               $OPTS                         &&
+  sedit "s:\$(datadir):/usr/share/locale:" po/Makefile  &&
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list