diff options
author | Werner Koch <wk@gnupg.org> | 2023-04-04 13:10:48 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-04-04 13:10:48 +0200 |
commit | db6ae6f6f851666064b90af57add13b470b0271b (patch) | |
tree | a65a6c7712e570a5a20ecc15af0f6c375e64bdaa | |
parent | speedo: Fix regression due to switching from gcc 8.3 to 10.2 (diff) | |
download | gnupg2-db6ae6f6f851666064b90af57add13b470b0271b.tar.xz gnupg2-db6ae6f6f851666064b90af57add13b470b0271b.zip |
speedo: Remove deleted prf files from the Windows installer
--
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index bac898ccf..665c65b02 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -669,8 +669,6 @@ Section "GnuPG" SEC_gnupg File "share/gnupg/sks-keyservers.netCA.pem" 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" @@ -1337,8 +1335,6 @@ Section "-un.gnupg" Delete "$INSTDIR\bin\gpg-check-pattern.exe" Delete "$INSTDIR\bin\gpg-wks-client.exe" - 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" |