diff options
Diffstat (limited to 'extra/samba3-server/Pkgfile')
-rwxr-xr-x | extra/samba3-server/Pkgfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/extra/samba3-server/Pkgfile b/extra/samba3-server/Pkgfile index c2192c1d3..8dcd68a4f 100755 --- a/extra/samba3-server/Pkgfile +++ b/extra/samba3-server/Pkgfile @@ -6,7 +6,7 @@ # Run on: samba3 name=samba3-server -version=3.5.9 +version=3.6.0 release=1 localname=samba source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\ @@ -26,15 +26,12 @@ build() { --sysconfdir=/etc \ --with-piddir=/var/run \ --with-pammodulesdir=/lib/security \ - --with-fhs --with-syslog \ - --with-cifsumount --with-cifsmount + --with-fhs --with-syslog make make DESTDIR=$PKG install # reorganise files rm -r $PKG/{lib,usr/{lib,include,bin,share/{samba,locale,man/man{1,5,7}}}} - rm $PKG/usr/sbin/{u,}mount.cifs - rm $PKG/usr/share/man/man8/{swat.8,{u,}mount.cifs.8} install -v -m644 ../examples/smb.conf.default $PKG/etc/samba/smb.conf.default cp $SRC/smb.conf $PKG/etc/samba/ |