diff options
author | Werner Koch <wk@gnupg.org> | 2021-02-18 10:13:18 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-02-18 13:25:33 +0100 |
commit | 919a969354d4021f2e64a948b4c224cd37323713 (patch) | |
tree | e0e4e1c3460d5723bba774cf4a23e10ee6322c22 /build-aux/speedo/w32/inst.nsi | |
parent | dirmngr: Support new gpgNtds parameter in LDAP keyserver URLs. (diff) | |
download | gnupg2-919a969354d4021f2e64a948b4c224cd37323713.tar.xz gnupg2-919a969354d4021f2e64a948b4c224cd37323713.zip |
speedo: Update w32 stuff from 2.2
* build-aux/speedo.mk: Update from 2.2. Add target w32-msi-release.
* build-aux/speedo/w32/inst.nsi: Fix location of doc files.
* build-aux/speedo/w32/wixlib.wxs: Add gpg-card and fix a wrong name.
* Makefile.am (release): Support a WITH_MSI variable.
(wixlibfile): Improve copying to archive.
(release): Use AMTAR instead of TAR.
--
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'build-aux/speedo/w32/inst.nsi')
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index 9ccc0e188..2c6c9be78 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -659,10 +659,10 @@ Section "GnuPG" SEC_gnupg File "share/gnupg/distsigkey.gpg" File "share/gnupg/sks-keyservers.netCA.pem" - SetOutPath "$INSTDIR\share\gnupg\examples" - File "share/gnupg/examples/VS-NfD.prf" - File "share/gnupg/examples/Automatic.prf" - File "share/gnupg/examples/pwpattern.txt" + SetOutPath "$INSTDIR\share\doc\gnupg\examples" + File "share/doc/gnupg/examples/VS-NfD.prf" + File "share/doc/gnupg/examples/Automatic.prf" + File "share/doc/gnupg/examples/pwpattern.list" SetOutPath "$INSTDIR\share\locale\ca\LC_MESSAGES" File share/locale/ca/LC_MESSAGES/gnupg2.mo @@ -1326,10 +1326,10 @@ Section "-un.gnupg" Delete "$INSTDIR\bin\gpg-check-pattern.exe" Delete "$INSTDIR\bin\gpg-wks-client.exe" - Delete "$INSTDIR\share\gnupg\examples\VS-NfD.prf" - Delete "$INSTDIR\share\gnupg\examples\Automatic.prf" - Delete "$INSTDIR\share\gnupg\examples\pwpattern.txt" - RMDir "$INSTDIR\share\gnupg\examples" + Delete "$INSTDIR\share\doc\gnupg\examples\VS-NfD.prf" + Delete "$INSTDIR\share\doc\gnupg\examples\Automatic.prf" + Delete "$INSTDIR\share\doc\gnupg\examples\pwpattern.list" + RMDir "$INSTDIR\share\doc\gnupg\examples" Delete "$INSTDIR\share\gnupg\sks-keyservers.netCA.pem" Delete "$INSTDIR\share\gnupg\dirmngr-conf.skel" |