[Gpg4win-commits] r1304 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 20 12:19:01 CEST 2009


Author: marcus
Date: 2009-10-20 12:19:00 +0200 (Tue, 20 Oct 2009)
New Revision: 1304

Modified:
   trunk/ChangeLog
   trunk/src/gpg4win.mk.in
Log:
2009-10-20  Marcus Brinkmann  <marcus at g10code.com>

	* src/gpg4win.mk.in (SPKG stamps/stamp-$(1)-04-install): Remove
	share/info/dir to avoid stow conflicts.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-10-10 23:19:49 UTC (rev 1303)
+++ trunk/ChangeLog	2009-10-20 10:19:00 UTC (rev 1304)
@@ -1,3 +1,8 @@
+2009-10-20  Marcus Brinkmann  <marcus at g10code.com>
+
+	* src/gpg4win.mk.in (SPKG stamps/stamp-$(1)-04-install): Remove
+	share/info/dir to avoid stow conflicts.
+
 2009-10-08  Marcus Brinkmann  <marcus at g10code.com>
 
 	* Makefile.am (EXTRA_DIST): Add

Modified: trunk/src/gpg4win.mk.in
===================================================================
--- trunk/src/gpg4win.mk.in	2009-10-10 23:19:49 UTC (rev 1303)
+++ trunk/src/gpg4win.mk.in	2009-10-20 10:19:00 UTC (rev 1304)
@@ -151,7 +151,8 @@
 	($(call SETVARS,$(1));				\
 	  cd "$$$${pkgbdir}";				\
 	  $(MAKE) $(AM_MAKEFLAGS) $$$${pkgmkargs_inst} install; \
-	  $(call STRIP_macro,"$$$${pkgidir}"); \
+	  $(call STRIP_macro,"$$$${pkgidir}");		\
+	  rm -f "$$$${pkgidir}/share/info/dir";		\
 	  $(call gpg4win_pkg_$(call FROB_macro,$(1))_post_install))
 	touch stamps/stamp-$(1)-04-install
 



More information about the Gpg4win-commits mailing list