mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Make gpg-zip use tar from $PATH
Apparently there is no clean way to configure this from ./configure, and upstream is deprecating gpg-zip anyway. So just force-set tar to be manually "tar" (meaning, that we should look in the $PATH at runtime). See also https://dev.gnupg.org/T4251 and https://bugs.debian.org/913582 Gbp-Pq: Name Make-gpg-zip-use-tar-from-PATH.patch
This commit is contained in:
parent
253024a536
commit
4c9bfbe238
@ -23,7 +23,7 @@
|
||||
# the GNU or POSIX variant of USTAR.
|
||||
|
||||
VERSION=@VERSION@
|
||||
TAR=@TAR@
|
||||
TAR=tar
|
||||
GPG=gpg
|
||||
|
||||
usage="\
|
||||
|
Loading…
x
Reference in New Issue
Block a user