[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.3.1-149-g7d87f44

by Andre Heinecke cvs at cvs.gnupg.org
Wed Jun 8 10:29:44 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  7d87f440a1c9e8304f603095de3340826c9dcbd4 (commit)
      from  8a28cdd7f0434502d03d4332322a5b9770f9e849 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d87f440a1c9e8304f603095de3340826c9dcbd4
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Jun 8 10:27:52 2016 +0200

    Handle symlinks in ex-build stow command
    
    * gpg4win.mk.in (stamp-$(1)-ex-05-stow): Resolve symlinks before
    calling stow.

diff --git a/src/gpg4win.mk.in b/src/gpg4win.mk.in
index 819a562..35f0619 100644
--- a/src/gpg4win.mk.in
+++ b/src/gpg4win.mk.in
@@ -219,7 +219,7 @@ stamps/stamp-$(1)-ex-04-install: stamps/stamp-$(1)-ex-03-make
 stamps/stamp-$(1)-ex-05-stow: stamps/stamp-$(1)-ex-04-install
 	($(call SETVARS_EX,$(1));				\
 	 cd $(ex_ipdir);					\
-	 $(STOW) -t $(ex_idir) "$$$${pkg_version}")
+	 $(STOW) -t `readlink -f $(ex_idir)` "$$$${pkg_version}")
 	touch stamps/stamp-$(1)-ex-05-stow
 
 stamps/stamp-final-ex-$(1): stamps/stamp-$(1)-ex-05-stow

-----------------------------------------------------------------------

Summary of changes:
 src/gpg4win.mk.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list