gnome-desktop r5004 - trunk



Author: vuntz
Date: Mon Feb 11 19:16:28 2008
New Revision: 5004
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5004&view=rev

Log:
2008-02-11  Vincent Untz  <vuntz gnome org>

	* autogen.sh: use gvfs-copy instead of gnomevfs-copy


Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Mon Feb 11 19:16:28 2008
@@ -20,9 +20,10 @@
     exit 1
 }
 
-if test "`which gnomevfs-copy`" != ""; then
-	gnomevfs-copy http://api.gnome.org/gnome-about/foundation-members gnome-about/foundation-members.list
+if test "`which gvfs-copy`" != ""; then
+	gvfs-copy http://api.gnome.org/gnome-about/foundation-members gnome-about/foundation-members.list
+else
+	touch gnome-about/foundation-members.list
 fi
-touch gnome-about/foundation-members.list
 
 REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh



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