~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/gnupg: install compatibility symlink for gpgv

Details
Message ID
<1447012978-10791-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1447012978
DKIM signature
missing
Download raw message
Patch: +3 -2
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(-)

diff --git a/main/gnupg/APKBUILD b/main/gnupg/APKBUILD
index 92737c6..a9eec0a 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
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)