diff options
-rwxr-xr-x | extra/hal/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/hal/Pkgfile b/extra/hal/Pkgfile index 48cb7fa5c..0e9320007 100755 --- a/extra/hal/Pkgfile +++ b/extra/hal/Pkgfile @@ -7,7 +7,7 @@ name=hal version=0.5.14 -release=1 +release=2 source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz\ http://hal.freedesktop.org/releases/hal-info-20091130.tar.gz\ http://nutyx.meticul.eu/files/patchs/$name/$name-$version-configure-1.patch \ @@ -16,7 +16,9 @@ source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz\ build() { source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 +# 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 + tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version patch -Np1 -i ../$name-$version-configure-1.patch |