summaryrefslogtreecommitdiffstats
path: root/base/dbus/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/dbus/Pkgfile')
-rwxr-xr-xbase/dbus/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/dbus/Pkgfile b/base/dbus/Pkgfile
index 7325471a8..55ebbe3d9 100755
--- a/base/dbus/Pkgfile
+++ b/base/dbus/Pkgfile
@@ -4,9 +4,10 @@
# Packager: thierryn1 at hispeed dot ch
name=dbus
version=1.4.8
-release=3
+release=4
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
- session-local.conf )
+ session-local.conf \
+ http://nutyx.meticul.eu/files/patchs/$name/dbus-1.4.8-tmpfs-1.patch)
build() {
source /etc/blfs-bootscripts
@@ -32,6 +33,7 @@ build() {
rmdir $PKG/usr/lib/dbus-1.0/dbus-1
cd ../$scripts-$scriptsversion
+ patch -Np1 -i ../dbus-1.4.8-tmpfs-1.patch
make DESTDIR=$PKG install-dbus
mv $PKG/etc/rc.d/rc0.d/K{30,85}dbus
mv $PKG/etc/rc.d/rc6.d/K{30,85}dbus