gnome-desktop r5072 - branches/gnome-2-22



Author: vuntz
Date: Mon May  5 14:52:57 2008
New Revision: 5072
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5072&view=rev

Log:
2008-05-05  Vincent Untz  <vuntz gnome org>

	* autogen.sh: touch gnome-about/foundation-members.list when gvfs-copy
	fails


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/autogen.sh

Modified: branches/gnome-2-22/autogen.sh
==============================================================================
--- branches/gnome-2-22/autogen.sh	(original)
+++ branches/gnome-2-22/autogen.sh	Mon May  5 14:52:57 2008
@@ -22,7 +22,8 @@
 
 if test "`which gvfs-copy`" != ""; then
 	gvfs-copy http://api.gnome.org/gnome-about/foundation-members gnome-about/foundation-members.list
-else
+fi
+if test ! -f gnome-about/foundation-members.list; then
 	touch gnome-about/foundation-members.list
 fi
 



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