[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.1-34-g14519cb
by Andre Heinecke
cvs at cvs.gnupg.org
Tue Jul 16 13:09:22 CEST 2013
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 14519cb404c42daf93a1fcd232f123a3890c02d9 (commit)
from 932bb0e6a142c40e44ae2ddd494c661bb2e8dc31 (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 14519cb404c42daf93a1fcd232f123a3890c02d9
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Tue Jul 16 10:42:11 2013 +0000
Use the same patches for -ex build
Previously patches for the extra host build were searched
in a different directory.
* src/gpg4win.mk.in (SETVARS_EX): Use the same directory for
patches
diff --git a/src/gpg4win.mk.in b/src/gpg4win.mk.in
index a27d8b3..024b44f 100644
--- a/src/gpg4win.mk.in
+++ b/src/gpg4win.mk.in
@@ -91,7 +91,7 @@ define SETVARS_EX
pkgsdir="$(bdir)/$$$${pkg_version}-ex"; \
pkgbdir="$(bdir)/$$$${pkg_version}-ex-build"; \
pkgpdir="$(pdir)/$$$${pkg_version}-ex"; \
- pkgpbdir="$(pdir)/$(1)-ex"; \
+ pkgpbdir="$(pdir)/$(1)"; \
pkgidir="$(ex_ipdir)/$$$${pkg_version}"; \
pkgidir_dev="$(ex_ipdir)/$$$${pkg_version_dev}"; \
pkgcfg="$(call GETVAR,gpg4win_pkg_$(1)_ex_configure)"; \
-----------------------------------------------------------------------
Summary of changes:
src/gpg4win.mk.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
GnuPG for Windows
http://git.gnupg.org
More information about the Gpg4win-commits
mailing list