pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 22 10:41:16 UTC 2023

Modified Files:
        pkgsrc/security/polkit: options.mk

Log Message:
polkit: Fix broken PKG_SYSCONFDIR assumption.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/polkit/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/polkit/options.mk
diff -u pkgsrc/security/polkit/options.mk:1.6 pkgsrc/security/polkit/options.mk:1.7
--- pkgsrc/security/polkit/options.mk:1.6       Wed Jun  7 15:36:40 2023
+++ pkgsrc/security/polkit/options.mk   Thu Jun 22 10:41:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2023/06/07 15:36:40 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2023/06/22 10:41:16 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.polkit
 PKG_SUPPORTED_OPTIONS= pam
@@ -18,6 +18,6 @@ INSTALLATION_DIRS+=   share/examples/pam.d
 post-install: pam-move
 .PHONY: pam-move
 pam-move:
-       ${MV} ${DESTDIR}${PREFIX}/etc/pam.d/polkit-1 \
+       ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/pam.d/polkit-1 \
                ${DESTDIR}${PREFIX}/share/examples/pam.d/polkit-1
 .endif



Home | Main Index | Thread Index | Old Index