diff options
author | orchidman <lesibel@free.fr> | 2011-10-23 16:34:24 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-10-23 16:34:24 +0200 |
commit | 0af28089bacc21005ad8c8082890b25bf6e9945a (patch) | |
tree | 77e8291d32cb93420d01fccba98216848e10861c | |
parent | e766c006caf2104f6d29feee726b8fc27e03b93f (diff) | |
download | nutyx-extra-0af28089bacc21005ad8c8082890b25bf6e9945a.tar.gz nutyx-extra-0af28089bacc21005ad8c8082890b25bf6e9945a.tar.bz2 nutyx-extra-0af28089bacc21005ad8c8082890b25bf6e9945a.tar.xz nutyx-extra-0af28089bacc21005ad8c8082890b25bf6e9945a.zip |
dbus 1.5.8-2 correction url
-rwxr-xr-x | extra/dbus/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/dbus/Pkgfile b/extra/dbus/Pkgfile index 37996d6f5..971de7201 100755 --- a/extra/dbus/Pkgfile +++ b/extra/dbus/Pkgfile @@ -6,15 +6,17 @@ name=dbus version=1.5.8 -release=1 +release=2 source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \ session-local.conf \ http://nutyx.meticul.eu/files/patchs/$name/dbus-1.4.8-tmpfs-1.patch) build() { source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 + wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 +# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 + cd $name-$version ./configure --prefix=/usr --with-x \ --libexecdir=/usr/lib/dbus-1.0 \ |