summaryrefslogtreecommitdiffstats
path: root/extra/dbus/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dbus/Pkgfile')
-rwxr-xr-xextra/dbus/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/dbus/Pkgfile b/extra/dbus/Pkgfile
index 85cb43749..f867858b3 100755
--- a/extra/dbus/Pkgfile
+++ b/extra/dbus/Pkgfile
@@ -6,7 +6,7 @@
name=dbus
version=1.2.24
-release=1
+release=2
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
session-local.conf\
dbus)
@@ -26,4 +26,7 @@ build() {
cd ../$scripts-$scriptsversion
make DESTDIR=$PKG install-dbus
install -m755 ../dbus $PKG/etc/rc.d/init.d/
+ mv $PKG/etc/rc.d/rc0.d/K{30,85}dbus
+ mv $PKG/etc/rc.d/rc6.d/K{30,85}dbus
+ mv $PKG/etc/rc.d/rc1.d/K{30,85}dbus
}