[arch-commits] Commit in gssproxy/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sat Oct 29 18:19:57 UTC 2016
Date: Saturday, October 29, 2016 @ 18:19:57
Author: andyrtr
Revision: 279443
upgpkg: gssproxy 0.5.1-2
own /var/lib/gssproxy/rcache; FS#51574
Modified:
gssproxy/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-29 18:13:40 UTC (rev 279442)
+++ PKGBUILD 2016-10-29 18:19:57 UTC (rev 279443)
@@ -4,7 +4,7 @@
pkgname=gssproxy
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="GSSAPI Proxy"
arch=(i686 x86_64)
url="https://fedorahosted.org/gss-proxy/"
@@ -70,6 +70,9 @@
install -Dm644 examples/mech $pkgdir/etc/gss/mech.d/gssproxy.conf
+ # FS#51574
+ install -m700 -d ${pkgdir}/var/lib/gssproxy/rcache
+
install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
}
More information about the arch-commits
mailing list