f-spot r3681 - trunk/extensions/GalleryExport



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)



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