[arch-commits] Commit in gnupg/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Sat Dec 10 07:02:48 UTC 2016
Date: Saturday, December 10, 2016 @ 07:02:47
Author: bisson
Revision: 282992
implement FS#52096
Modified:
gnupg/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-10 00:21:52 UTC (rev 282991)
+++ PKGBUILD 2016-12-10 07:02:47 UTC (rev 282992)
@@ -6,7 +6,7 @@
pkgname=gnupg
pkgver=2.1.16
-pkgrel=1
+pkgrel=2
pkgdesc='Complete and free implementation of the OpenPGP standard'
url='http://www.gnupg.org/'
license=('GPL')
@@ -58,4 +58,9 @@
ln -s gpg2 "${pkgdir}"/usr/bin/gpg
ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+
+ cd doc/examples/systemd-user
+ for i in *.*; do
+ install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+ done
}
More information about the arch-commits
mailing list