[Lunar-commits] CVS: moonbase/graphics/svgalib BUILD,1.2,1.3

Terry Chan tchan at lunar-linux.org
Thu Mar 4 07:23:10 GMT 2004


Update of /var/cvs/lunar/moonbase/graphics/svgalib
In directory dbguin.lunar-linux.org:/tmp/cvs-serv944

Modified Files:
	BUILD 
Log Message:
Reverted the BUILD so that prefix=/usr is set correctly.  Otherwise this
module installs into /usr/local by default and that is not good.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/svgalib/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	2 Mar 2004 15:45:59 -0000	1.2
+++ BUILD	4 Mar 2004 07:23:08 -0000	1.3
@@ -3,6 +3,8 @@
   sedit "s/fix)\/man/fix)\/share\/man/" Makefile.cfg           &&
   # gcc-3.3.x fix
   sedit "s/mmt.##x/mmt.x/" src/vga.c                           &&
-  default_make
+  make prefix=/usr                                             &&
+  prepare_install                                              &&
+  make prefix=/usr install
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list