pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/polkit polkit: make sure target directory for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd1cb2fdfd99
branches:  trunk
changeset: 315781:cd1cb2fdfd99
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 29 16:21:07 2018 +0000

description:
polkit: make sure target directory for config file copying exists.

Bump PKGREVISION.

diffstat:

 security/polkit/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 801d552fcb80 -r cd1cb2fdfd99 security/polkit/Makefile
--- a/security/polkit/Makefile  Thu Nov 29 15:21:37 2018 +0000
+++ b/security/polkit/Makefile  Thu Nov 29 16:21:07 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/08/22 09:46:29 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/11/29 16:21:07 wiz Exp $
 
 DISTNAME=      polkit-0.115
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  http://www.freedesktop.org/software/polkit/releases/
 
@@ -51,6 +51,7 @@
                        ${POLKITD_USER} ${POLKITD_GROUP} 700
 OWN_DIRS_PERMS+=       ${PREFIX}/share/polkit-1/rules.d \
                        ${POLKITD_USER} ${POLKITD_GROUP} 700
+MAKE_DIRS+=            ${PKG_SYSCONFDIR}/dbus-1/system.d
 SPECIAL_PERMS+=                lib/polkit-1/polkit-agent-helper-1 ${SETUID_ROOT_PERMS}
 SPECIAL_PERMS+=                bin/pkexec ${SETUID_ROOT_PERMS}
 



Home | Main Index | Thread Index | Old Index