mirror of https://gitee.com/openkylin/gnupg2.git
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
7b2e8ffb0b
commit
5f9cd9e7b1
|
@ -23,7 +23,7 @@
|
|||
# the GNU or POSIX variant of USTAR.
|
||||
|
||||
VERSION=@VERSION@
|
||||
TAR=@TAR@
|
||||
TAR=tar
|
||||
GPG=gpg
|
||||
|
||||
usage="\
|
||||
|
|
Loading…
Reference in New Issue