f-spot r3743 - trunk/extensions/GalleryExport



Author: sdelcroix
Date: Sun Mar  9 07:58:06 2008
New Revision: 3743
URL: http://svn.gnome.org/viewvc/f-spot?rev=3743&view=rev

Log:
fix for 516620

Modified:
   trunk/extensions/GalleryExport/Makefile.am

Modified: trunk/extensions/GalleryExport/Makefile.am
==============================================================================
--- trunk/extensions/GalleryExport/Makefile.am	(original)
+++ trunk/extensions/GalleryExport/Makefile.am	Sun Mar  9 07:58:06 2008
@@ -36,7 +36,7 @@
 plugindir = $(pkglibdir)/extensions
 
 install-data-hook:
-	if [ -w $(plugindir)/GalleryExport.addin.xml ] ; then rm -f $(plugindir)/GalleryExport.addin.xml; fi
+	if [ -w $(DESTDIR)$(plugindir)/GalleryExport.addin.xml ] ; then rm -f $(DESTDIR)$(plugindir)/GalleryExport.addin.xml; fi
 
 plugin_DATA =			\
 	$(PLUGIN_ASSEMBLY)



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