[Lunar-commits] lpairs: fix the install paths.
Florin
florin at lunar-linux.org
Sun Dec 9 18:58:33 CET 2007
commit f59ea4bb9b0b70bcd1294677ae239b936675e1ca
Author: Florin <florin at lunar-linux.org>
Date: Sun Dec 9 19:58:33 2007 +0200
lpairs: fix the install paths.
---
games/lpairs/BUILD | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/games/lpairs/BUILD b/games/lpairs/BUILD
index cd42c15..0c57926 100644
--- a/games/lpairs/BUILD
+++ b/games/lpairs/BUILD
@@ -1,10 +1,15 @@
(
- sedit "s:/games/:/:" configure.in &&
- touch -r configure configure.in &&
- ./configure $OPTS &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --datadir=/usr/share/games \
+ --localstatedir=/usr/share/games/lbreakout2 \
+ --with-doc-path=/usr/share/doc/lbreakout2 \
+ $OPTS &&
+
sedit "s:automake-1.9:automake:" Makefile &&
- sedit "s:aclocal-1.9:aclocal:" Makefile &&
+ sedit "s:aclocal-1.9:aclocal:" Makefile &&
+
default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list