diff options
author | orchidman <lesibel@free.fr> | 2011-10-24 15:31:20 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-10-24 15:31:20 +0200 |
commit | e6b697f3598104c84d63544483ac450b0cdbfbc4 (patch) | |
tree | a9f24e4f2290e04c130a0e12ea71d34f93713352 /extra/hal | |
parent | ca2a82892d6ac393e1567967f1b28a48e1659f60 (diff) | |
download | nutyx-pakxe-e6b697f3598104c84d63544483ac450b0cdbfbc4.tar.gz nutyx-pakxe-e6b697f3598104c84d63544483ac450b0cdbfbc4.tar.bz2 nutyx-pakxe-e6b697f3598104c84d63544483ac450b0cdbfbc4.tar.xz nutyx-pakxe-e6b697f3598104c84d63544483ac450b0cdbfbc4.zip |
hal 0.5.14-2
Diffstat (limited to 'extra/hal')
-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 |