]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- added missing DESTDIR in gallery export makefile
authorwrobell <wrobell@pld-linux.org>
Wed, 12 Mar 2008 14:47:57 +0000 (14:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-DESTDIR.patch -> 1.1

f-spot-DESTDIR.patch [new file with mode: 0644]

diff --git a/f-spot-DESTDIR.patch b/f-spot-DESTDIR.patch
new file mode 100644 (file)
index 0000000..70f321b
--- /dev/null
@@ -0,0 +1,11 @@
+--- f-spot-0.4.2/extensions/GalleryExport/Makefile.am.orig     2008-03-12 14:29:47.000000000 +0000
++++ f-spot-0.4.2/extensions/GalleryExport/Makefile.am  2008-03-12 14:30:28.000000000 +0000
+@@ -36,7 +36,7 @@
+ plugindir = $(pkglibdir)/extensions
+ install-data-hook:
+-      rm -f $(plugindir)/GalleryExport.addin.xml
++      rm -f $(DESTDIR)/$(plugindir)/GalleryExport.addin.xml
+ plugin_DATA =                 \
+       $(PLUGIN_ASSEMBLY)
This page took 0.077997 seconds and 4 git commands to generate.