Author: sdelcroix
Date: Fri Feb 15 08:30:46 2008
New Revision: 3681
URL: http://svn.gnome.org/viewvc/f-spot?rev=3681&view=rev

Log:
Fix for bgo #516620

Modified:
   trunk/extensions/GalleryExport/Makefile.am

Modified: trunk/extensions/GalleryExport/Makefile.am
==============================================================================
--- trunk/extensions/GalleryExport/Makefile.am  (original)
+++ trunk/extensions/GalleryExport/Makefile.am  Fri Feb 15 08:30:46 2008
@@ -36,7 +36,7 @@
 plugindir = $(pkglibdir)/extensions
 
 install-data-hook:
-       rm -f $(plugindir)/GalleryExport.addin.xml
+       if [ -w $(plugindir)/GalleryExport.addin.xml ] ; then rm -f 
$(plugindir)/GalleryExport.addin.xml; fi
 
 plugin_DATA =                  \
        $(PLUGIN_ASSEMBLY)
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to