[Lunar-commits] <moonbase> lpairs: fix some install paths.
Florin Braescu
florin at lunar-linux.org
Sun Apr 19 20:01:55 CEST 2009
commit 797861bdbbd5a677a0f2e7d89e4602209bbf5ade
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 19 21:01:55 2009 +0300
lpairs: fix some install paths.
---
games/lpairs/BUILD | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/games/lpairs/BUILD b/games/lpairs/BUILD
index 18b4aea..f32b6ed 100644
--- a/games/lpairs/BUILD
+++ b/games/lpairs/BUILD
@@ -1,5 +1,12 @@
(
- default_game_build
+ sedit "s:\$datadir/games:/usr/share/games:" configure &&
+ sedit "s:\$(datadir)/locale:/usr/share/locale:" po/Makefile.in.in &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --datadir=/usr/share/games \
+ --mandir=/usr/share/man &&
+ sedit "s:games/locale:locale:" Makefile &&
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list