diff options
author | Vincent Untz <vuntz@gnome.org> | 2008-05-05 14:52:57 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2008-05-05 14:52:57 +0000 |
commit | bcd12e0ca6787e1cd5d22a393a3dcb6d0af6fe58 (patch) | |
tree | 108add9d833ea64275356c805a9ce78ba5d0e456 | |
parent | e721817959ea56ac46b1633a4ff96e1412c8bd13 (diff) | |
download | gnome-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-- | ChangeLog | 5 | ||||
-rwxr-xr-x | autogen.sh | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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 |