gnome-desktop r4968 - trunk



Author: vuntz
Date: Sun Jan 20 16:07:06 2008
New Revision: 4968
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=4968&view=rev

Log:
2008-01-15  Vincent Untz  <vuntz gnome org>

	* autogen.sh: Test that `which gnomevfs-copy` is NOT empty before
	attempting to download the foundation-members.list -- this resulted in
	the foundation members never being downloaded.  fixes Bug #509730
	Patch by Jonathon Jongsma  <jjongsma gnome org>


Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sun Jan 20 16:07:06 2008
@@ -20,7 +20,7 @@
     exit 1
 }
 
-if test "`which gnomevfs-copy`" = ""; then
+if test "`which gnomevfs-copy`" != ""; then
 	gnomevfs-copy http://api.gnome.org/gnome-about/foundation-members gnome-about/foundation-members.list
 fi
 touch gnome-about/foundation-members.list



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