]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- add another build/install fix for 0.4.4
authordeejay1 <deejay1@pld-linux.org>
Thu, 29 May 2008 20:35:15 +0000 (20:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-build.patch -> 1.2

f-spot-build.patch

index 0ed4ea53581b1438b0e975400d721cd0c0fe0e6d..e3621fa06b1f42b37dad629c1b7b027bfea2b30c 100644 (file)
@@ -8,3 +8,17 @@
        -pkg:gnome-vfs-sharp-2.0
  
  F_SPOT_DISTRESOURCES =                        \
+diff -Nur f-spot-0.4.4/Makefile.am f-spot-0.4.4-install/Makefile.am
+--- f-spot-0.4.4/Makefile.am   2008-05-28 21:37:22.000000000 +0200
++++ f-spot-0.4.4-install/Makefile.am   2008-05-29 22:31:24.000000000 +0200
+@@ -89,8 +89,8 @@
+ install-data-hook: 
+       $(UPDATE_DESKTOP)
+       if [ "x$(DIR_GIO)" != "x" ] ; then \
+-              $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll $(libdir)/f-spot/; \
+-              $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll.config $(libdir)/f-spot/; \
++              $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll $(DESTDIR)/$(libdir)/f-spot/; \
++              $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll.config $(DESTDIR)/$(libdir)/f-spot/; \
+       fi
+ uninstall-hook: 
This page took 0.067527 seconds and 4 git commands to generate.