summaryrefslogtreecommitdiffstats
path: root/source/a/dbus/dbus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/dbus/dbus.SlackBuild')
-rwxr-xr-xsource/a/dbus/dbus.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/a/dbus/dbus.SlackBuild b/source/a/dbus/dbus.SlackBuild
index bb17338b4..1ae1871ca 100755
--- a/source/a/dbus/dbus.SlackBuild
+++ b/source/a/dbus/dbus.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dbus
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -141,6 +141,10 @@ chmod 0755 $PKG/etc/rc.d/rc.messagebus.new
# Fix some directory ownership
chown messagebus $PKG/var/lib/dbus
+# Create the local override directory since no other package will include it
+# now that config files have been moved to the system location under /usr:
+mkdir -p $PKG/etc/dbus-1/system.d
+
# Add documentation
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a \