diff options
author | tnut <tnut at nutyx dot com> | 2011-05-16 19:31:23 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-16 19:31:23 +0200 |
commit | ad7a3983ceaaf8a3c4e6cd7c0278724908fd971d (patch) | |
tree | 02efe94cd5e442bd080a691d66b354d55362e782 /base/dbus/Pkgfile | |
parent | d12886eb1143c751e267c096f17fdf3baf1d97a9 (diff) | |
download | nutyx-pakxe-ad7a3983ceaaf8a3c4e6cd7c0278724908fd971d.tar.gz nutyx-pakxe-ad7a3983ceaaf8a3c4e6cd7c0278724908fd971d.tar.bz2 nutyx-pakxe-ad7a3983ceaaf8a3c4e6cd7c0278724908fd971d.tar.xz nutyx-pakxe-ad7a3983ceaaf8a3c4e6cd7c0278724908fd971d.zip |
dbus, maj 1.4.8-4 ajout patch
Diffstat (limited to 'base/dbus/Pkgfile')
-rwxr-xr-x | base/dbus/Pkgfile | 6 |
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 |