[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.1-17-g58b3c54
by Werner Koch
cvs at cvs.gnupg.org
Wed Jul 3 17:08:55 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 58b3c54d61470bab2be7e6d41f2f0b3773eef72e (commit)
from 76adf19d3880a29e7d45be5e6ff59688d11bc361 (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 58b3c54d61470bab2be7e6d41f2f0b3773eef72e
Author: Werner Koch <wk at gnupg.org>
Date: Wed Jul 3 16:45:34 2013 +0200
Adjust building of source installer.
* src/inst-gettext.nsi, src/uninst-gettext.nsi [SOURCES]: Change macro
name
* src/inst-libiconv.nsi, src/uninst-libiconv.nsi [SOURCE]: Ditto.
--
Those two packages are now build and not taken from a binary
distribution.
diff --git a/src/inst-gettext.nsi b/src/inst-gettext.nsi
index 59b6227..bc5f36e 100644
--- a/src/inst-gettext.nsi
+++ b/src/inst-gettext.nsi
@@ -30,7 +30,7 @@ Section "-gettext" SEC_gettext
!endif
SetOutPath "$INSTDIR"
!ifdef SOURCES
- File ${gpg4win_pkg_gettext_src}
+ File ${gpg4win_pkg_gettext}
!else
File ${prefix}/bin/libintl-8.dll
diff --git a/src/inst-libiconv.nsi b/src/inst-libiconv.nsi
index 96ec799..814b5d3 100644
--- a/src/inst-libiconv.nsi
+++ b/src/inst-libiconv.nsi
@@ -31,7 +31,7 @@ Section "-libiconv" SEC_libiconv
!endif
SetOutPath "$INSTDIR"
!ifdef SOURCES
- File "${gpg4win_pkg_libiconv_src}"
+ File "${gpg4win_pkg_libiconv}"
!else
ClearErrors
diff --git a/src/uninst-gettext.nsi b/src/uninst-gettext.nsi
index 070078f..607bbcf 100644
--- a/src/uninst-gettext.nsi
+++ b/src/uninst-gettext.nsi
@@ -27,7 +27,7 @@
; Uninstaller section.
Section "-un.gettext"
!ifdef SOURCES
- Push "${gpg4win_pkg_gettext_src}"
+ Push "${gpg4win_pkg_gettext}"
Call un.SourceDelete
!else
Delete "$INSTDIR\libintl-8.dll"
diff --git a/src/uninst-libiconv.nsi b/src/uninst-libiconv.nsi
index 19ecc6e..0e840c4 100644
--- a/src/uninst-libiconv.nsi
+++ b/src/uninst-libiconv.nsi
@@ -27,7 +27,7 @@
; Uninstaller section.
Section "-un.libiconv"
!ifdef SOURCES
- Push "${gpg4win_pkg_libiconv_src}"
+ Push "${gpg4win_pkg_libiconv}"
Call un.SourceDelete
!else
Delete "$INSTDIR\libiconv-2.dll"
-----------------------------------------------------------------------
Summary of changes:
src/inst-gettext.nsi | 2 +-
src/inst-libiconv.nsi | 2 +-
src/uninst-gettext.nsi | 2 +-
src/uninst-libiconv.nsi | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
GnuPG for Windows
http://git.gnupg.org
More information about the Gpg4win-commits
mailing list