diff options
Diffstat (limited to 'source/a/dbus/dbus.SlackBuild')
-rwxr-xr-x | source/a/dbus/dbus.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/a/dbus/dbus.SlackBuild b/source/a/dbus/dbus.SlackBuild index bb17338b..1ae1871c 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 \ |