Author: wrobell Date: Wed Mar 12 14:48:03 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - added missing DESTDIR in gallery export makefile
---- Files affected: SOURCES: f-spot-DESTDIR.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/f-spot-DESTDIR.patch diff -u /dev/null SOURCES/f-spot-DESTDIR.patch:1.1 --- /dev/null Wed Mar 12 15:48:03 2008 +++ SOURCES/f-spot-DESTDIR.patch Wed Mar 12 15:47:57 2008 @@ -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) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
