summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-05-05 14:52:57 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-05-05 14:52:57 +0000
commitbcd12e0ca6787e1cd5d22a393a3dcb6d0af6fe58 (patch)
tree108add9d833ea64275356c805a9ce78ba5d0e456
parente721817959ea56ac46b1633a4ff96e1412c8bd13 (diff)
downloadgnome-desktop-bcd12e0ca6787e1cd5d22a393a3dcb6d0af6fe58.tar.gz
touch gnome-about/foundation-members.list when gvfs-copy fails
2008-05-05 Vincent Untz <vuntz@gnome.org> * autogen.sh: touch gnome-about/foundation-members.list when gvfs-copy fails svn path=/branches/gnome-2-22/; revision=5072
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 101b6164..c5c4c870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-05 Vincent Untz <vuntz@gnome.org>
+
+ * autogen.sh: touch gnome-about/foundation-members.list when gvfs-copy
+ fails
+
2008-04-07 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.22.2
diff --git a/autogen.sh b/autogen.sh
index 3e6da80d..de0ace88 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,7 +22,8 @@ which gnome-autogen.sh || {
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