Date: Wednesday, May 15, 2013 @ 18:37:21 Author: bisson Revision: 185600
move binaries to /usr/bin Modified: gnupg/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-15 16:14:15 UTC (rev 185599) +++ PKGBUILD 2013-05-15 16:37:21 UTC (rev 185600) @@ -6,7 +6,7 @@ pkgname=gnupg pkgver=2.0.20 -pkgrel=1 +pkgrel=2 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' license=('GPL') @@ -37,6 +37,7 @@ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ + --sbindir=/usr/bin \ --libexecdir=/usr/lib/gnupg \ --enable-maintainer-mode \ --enable-symcryptrun \
