From 5ab5de8983b47719e36ff82d8f599f328af1a3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 8 Nov 2015 21:02:58 +0100 Subject: 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. --- main/gnupg/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main') 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 -- cgit v1.2.3