[Lunar-commits] <moonbase> quakeforge: fix an install path.

Florin Braescu florin at lunar-linux.org
Sun Apr 19 20:25:46 CEST 2009


commit 28b215750762ba77665b7bd3e40755e35b3c4cd0
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Apr 19 21:25:46 2009 +0300

    quakeforge: fix an install path.
---
 games/quakeforge/BUILD |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games/quakeforge/BUILD b/games/quakeforge/BUILD
index 6663462..34f741a 100644
--- a/games/quakeforge/BUILD
+++ b/games/quakeforge/BUILD
@@ -6,9 +6,9 @@
   patch_it $SOURCE3 0 &&
   patch_it $SOURCE4 0 &&
 
-  ./configure  --prefix=/usr        \
-               --mandir=/usr/share  \
-               --bindir=/usr/games  &&
+  ./configure  --prefix=/usr            \
+               --mandir=/usr/share/man  \
+               --bindir=/usr/games     &&
 
   default_make
 


More information about the Lunar-commits mailing list