diff options
author | Werner Koch <[email protected]> | 2018-11-14 12:17:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-11-14 12:31:39 +0000 |
commit | 8b8ea802ca071c911158cab0203245a16a69125c (patch) | |
tree | 4f507a6b4b7a1ef0da9211cee14c9b5cebd4911b /tools/Makefile.am | |
parent | agent: Simplify agent_popup_message_stop. (diff) | |
download | gnupg-8b8ea802ca071c911158cab0203245a16a69125c.tar.gz gnupg-8b8ea802ca071c911158cab0203245a16a69125c.zip |
Remove the gpg-zip script.
* tools/gpg-zip.in: Remove.
* m4/tar-ustar.m4: Remove.
--
Note that the script was even not anymore installed. See also
GnuPG-bug-id: 4252
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 0c828a7bd..cedcbf402 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -34,11 +34,6 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) $(LIBASSUAN_CFLAGS) sbin_SCRIPTS = addgnupghome applygnupgdefaults -if HAVE_USTAR -# bin_SCRIPTS += gpg-zip -noinst_SCRIPTS = gpg-zip -endif - if BUILD_SYMCRYPTRUN symcryptrun = symcryptrun else |