[Pkg-xfce-commits] r533 - in goodies/xfce4-verve-plugin/debian: .
patches
Yves-Alexis Perez
corsac-guest at costa.debian.org
Tue Apr 18 21:06:07 UTC 2006
Author: corsac-guest
Date: 2006-04-18 21:06:05 +0000 (Tue, 18 Apr 2006)
New Revision: 533
Added:
goodies/xfce4-verve-plugin/debian/patches/
goodies/xfce4-verve-plugin/debian/patches/01_fix-install-target.patch
Modified:
goodies/xfce4-verve-plugin/debian/
Log:
fixed build and Makefile
Property changes on: goodies/xfce4-verve-plugin/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: goodies/xfce4-verve-plugin/debian/patches/01_fix-install-target.patch
===================================================================
--- goodies/xfce4-verve-plugin/debian/patches/01_fix-install-target.patch 2006-04-18 20:08:41 UTC (rev 532)
+++ goodies/xfce4-verve-plugin/debian/patches/01_fix-install-target.patch 2006-04-18 21:06:05 UTC (rev 533)
@@ -0,0 +1,12 @@
+--- scripts/Makefile.in.old 2006-04-03 21:52:01.000000000 +0200
++++ scripts/Makefile.in 2006-04-18 23:03:36.000000000 +0200
+@@ -385,7 +385,8 @@
+
+
+ install:
+- $(INSTALL) verve-focus $(bindir)
++ test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
++ $(INSTALL) verve-focus $(DESTDIR)$(bindir)
+
+ # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
More information about the Pkg-xfce-commits
mailing list