diff options
Diffstat (limited to 'extra/samba3-server/Pkgfile')
-rwxr-xr-x | extra/samba3-server/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/samba3-server/Pkgfile b/extra/samba3-server/Pkgfile index 8dcd68a4f..ff4deb538 100755 --- a/extra/samba3-server/Pkgfile +++ b/extra/samba3-server/Pkgfile @@ -6,7 +6,7 @@ # Run on: samba3 name=samba3-server -version=3.6.0 +version=3.6.1 release=1 localname=samba source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\ @@ -15,7 +15,8 @@ source=( http://us6.samba.org/samba/ftp/stable/$localname-$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 xf $scripts-$scriptsversion.tar.bz2 cd $scripts-$scriptsversion make DESTDIR=$PKG install-samba |