diff options
author | piernov <piernov@piernov.org> | 2012-03-06 12:34:36 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-13 16:22:16 +0200 |
commit | a54dda9b81137844376e82bd8092b2224a1e11b0 (patch) | |
tree | 3dd9633868dbfcb38faf3be38a9802a27d8ba2be /samba3-server/Pkgfile | |
parent | 8fa223ec83bf67771f6330fc0db4fbf0968069f1 (diff) | |
download | nutyx-extra-a54dda9b81137844376e82bd8092b2224a1e11b0.tar.gz nutyx-extra-a54dda9b81137844376e82bd8092b2224a1e11b0.tar.bz2 nutyx-extra-a54dda9b81137844376e82bd8092b2224a1e11b0.tar.xz nutyx-extra-a54dda9b81137844376e82bd8092b2224a1e11b0.zip |
samba3-server 3.6.3-2 màj bootscript
(cherry picked from commit cbba63dda761e01a08772719113bc569638a3070)
Diffstat (limited to 'samba3-server/Pkgfile')
-rwxr-xr-x | samba3-server/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/samba3-server/Pkgfile b/samba3-server/Pkgfile index 4e7fd9499..6e64cceda 100755 --- a/samba3-server/Pkgfile +++ b/samba3-server/Pkgfile @@ -7,14 +7,13 @@ name=samba3-server version=3.6.3 -release=1 +release=2 source=(http://us6.samba.org/samba/ftp/stable/samba-$version.tar.gz smb.conf) 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 xf $scripts-$scriptsversion.tar.bz2 cd $scripts-$scriptsversion make DESTDIR=$PKG install-samba |