diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-11-08 21:02:58 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-09 09:51:59 +0000 |
commit | 5ab5de8983b47719e36ff82d8f599f328af1a3a3 (patch) | |
tree | da5fce4b14f6042add3a87ae566d5d1bb0498b98 /main | |
parent | f7b1329246ad82d073b79490a585eca0e991081d (diff) | |
download | aports-5ab5de8983b47719e36ff82d8f599f328af1a3a3.tar.bz2 aports-5ab5de8983b47719e36ff82d8f599f328af1a3a3.tar.xz |
main/gnupg: install compatibility symlink for gpgv
This is for instance needed by main/debootstrap to verify the
debian-keyring other scripts might need this as well. Other
distributions like arch and debian also install this symlink.
Diffstat (limited to 'main')
-rw-r--r-- | main/gnupg/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/gnupg/APKBUILD b/main/gnupg/APKBUILD index 92737c6ee2..a9eec0a6b3 100644 --- a/main/gnupg/APKBUILD +++ b/main/gnupg/APKBUILD @@ -3,7 +3,7 @@ pkgname=gnupg pkgver=2.1.9 _ver=${pkgver/_beta/-beta} -pkgrel=0 +pkgrel=1 pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool" url="http://www.gnupg.org/" arch="all" @@ -47,7 +47,8 @@ package() { make DESTDIR="$pkgdir" install # install compat symlink - ln -s gpg2 "$pkgdir"/usr/bin/gpg + ln -s gpg2 "$pkgdir"/usr/bin/gpg + ln -s gpgv2 "$pkgdir"/usr/bin/gpgv } md5sums="0aabfec527b4b0b11a823c8a8ef9a9ab gnupg-2.1.9.tar.bz2 |