[Lunar-commits] CVS: moonbase/games/powermanga BUILD,1.1,1.2

Florin Braescu florin at lunar-linux.org
Sun Mar 13 16:57:36 UTC 2005


Update of /var/cvs/lunar/moonbase/games/powermanga
In directory espresso.foo-projects.org:/tmp/cvs-serv21976

Modified Files:
	BUILD 
Log Message:
fix the manpage install path.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/powermanga/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	3 Jul 2004 16:49:46 -0000	1.1
+++ BUILD	13 Mar 2005 16:57:34 -0000	1.2
@@ -1,8 +1,9 @@
 (
 
-  ./configure  --prefix=/usr        \
-               --bindir=/usr/games  \
-	       --datadir=/usr/share &&
+  ./configure  --prefix=/usr           \
+               --bindir=/usr/games     \
+	       --datadir=/usr/share    \
+	       --mandir=/usr/man/man6 &&
 
   default_make
 



More information about the Lunar-commits mailing list