ooo-build r13601 - in trunk: . bin



Author: kyoshida
Date: Fri Aug 15 23:28:06 2008
New Revision: 13601
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13601&view=rev

Log:
2008-08-15  Kohei Yoshida  <kyoshida novell com>

	* bin/unpack: updated the scsolver package, and fixed ne->eq which 
	previously worked only because I was missing a '@'.
	
	* download.in: updated the scsolver package.


Modified:
   trunk/ChangeLog
   trunk/bin/unpack
   trunk/download.in

Modified: trunk/bin/unpack
==============================================================================
--- trunk/bin/unpack	(original)
+++ trunk/bin/unpack	Fri Aug 15 23:28:06 2008
@@ -70,7 +70,7 @@
 
 if test "$ENABLE_SCSOLVER" = "YES"; then
     # Check presence of scsolver (Calc Solver) package...
-    SCSOLVER_PACKAGE=scsolver.2008-08-13.tar.bz2
+    SCSOLVER_PACKAGE=scsolver.2008-08-15.tar.bz2
     check_tarball $SRCDIR/$SCSOLVER_PACKAGE
 fi
 

Modified: trunk/download.in
==============================================================================
--- trunk/download.in	(original)
+++ trunk/download.in	Fri Aug 15 23:28:06 2008
@@ -314,8 +314,8 @@
     push @files, ( '@GRAPHITE_SRC@' );
 }
 
-if ('@ENABLE_SCSOLVER@' ne 'YES') {
-   push @files, ( 'scsolver.2008-08-13.tar.bz2' );
+if ('@ENABLE_SCSOLVER@' eq 'YES') {
+   push @files, ( 'scsolver.2008-08-15.tar.bz2' );
 }
 
 if ('@SYSTEM_LIBWPD@' eq 'NO') {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]