[Lunar-commits] CVS: moonbase/devel/db4 BUILD,1.6,1.7

Florin Braescu florin at lunar-linux.org
Fri Aug 20 01:25:33 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/db4
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30680

Modified Files:
	BUILD 
Log Message:
tweak the BUILD file.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db4/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	27 May 2004 14:01:14 -0000	1.6
+++ BUILD	20 Aug 2004 01:25:31 -0000	1.7
@@ -3,8 +3,8 @@
   then NO_DEFAULTS="sedit /default/d Makefile"
   fi
 
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-  patch_it $SOURCE_CACHE/$SOURCE3 0 &&
+  patch_it $SOURCE_CACHE/$SOURCE2 0  &&
+  patch_it $SOURCE_CACHE/$SOURCE3 0  &&
 
   cd  build_unix                                   &&
   ../dist/configure  --prefix=/usr                  \
@@ -15,10 +15,11 @@
                      --enable-compat185             \
                      --enable-cxx                   \
                      $OPTS                         &&
+
   sedit  's/$(prefix)\/docs/\/usr\/share\/doc\/db4/' Makefile  &&
-  $NO_DEFAULTS  &&
-  make                                             &&
-  prepare_install                                  &&
-  make    install
+  $NO_DEFAULTS           &&
+  default_make           &&
+  rm -f /usr/include/db  &&
+  ln -s /usr/include/db4 /usr/include/db
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list