diff options
author | Werner Koch <[email protected]> | 2024-12-06 11:21:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-12-06 11:21:37 +0000 |
commit | 4c830b240c5f4ac9cdd7ba0eb72b96a79acde96f (patch) | |
tree | 5c1040c6657e399723f6d4e4b4b2816dcf39ef4a /build-aux/speedo/w32/inst.nsi | |
parent | gpg: Silence expired trusted-key diagnostics in quiet mode. (diff) | |
download | gnupg-4c830b240c5f4ac9cdd7ba0eb72b96a79acde96f.tar.gz gnupg-4c830b240c5f4ac9cdd7ba0eb72b96a79acde96f.zip |
speedo: Change the default to build a 64 bit version
* build-aux/speedo.mk (W32VERSION): Default to 64 bit.
* build-aux/speedo/w32/inst.nsi: Remove the doc dir.
Diffstat (limited to '')
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index 8b42e821f..49a56497b 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -1349,6 +1349,7 @@ Section "-un.gnupg" Delete "$INSTDIR\share\doc\gnupg\examples\pwpattern.list" RMDir "$INSTDIR\share\doc\gnupg\examples" RMDir "$INSTDIR\share\doc\gnupg" + RMDir "$INSTDIR\share\doc" Delete "$INSTDIR\share\gnupg\sks-keyservers.netCA.pem" Delete "$INSTDIR\share\gnupg\dirmngr-conf.skel" |