pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Mar 30 16:16:03 UTC 2021

Modified Files:
        pkgsrc/sysutils/dbus: Makefile

Log Message:
dbus: Create VARBASE/lib/dbus directory


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/sysutils/dbus/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dbus/Makefile
diff -u pkgsrc/sysutils/dbus/Makefile:1.124 pkgsrc/sysutils/dbus/Makefile:1.125
--- pkgsrc/sysutils/dbus/Makefile:1.124 Mon Mar 29 21:00:17 2021
+++ pkgsrc/sysutils/dbus/Makefile       Tue Mar 30 16:16:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2021/03/29 21:00:17 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2021/03/30 16:16:03 ryoon Exp $
 
 DISTNAME=      dbus-1.12.20
 PKGREVISION=   1
@@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE=   dbus-1.pc.in
 
 BUILD_DEFS+=           VARBASE PKG_SYSCONFBASE
 
-OWN_DIRS_PERMS+=       ${VARBASE}/db/dbus ${DBUS_USER} ${DBUS_GROUP} 0755
+OWN_DIRS_PERMS+=       ${VARBASE}/lib/dbus ${DBUS_USER} ${DBUS_GROUP} 0755
 SPECIAL_PERMS+=                libexec/dbus-daemon-launch-helper ${REAL_ROOT_USER} ${DBUS_GROUP} 4511
 
 SMF_METHODS=   dbus



Home | Main Index | Thread Index | Old Index