From c4b671d646414b73a1a8f11ba883469780b858c4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 11:58:32 +0200 Subject: [PATCH] samba: move to usr/bin. --- srcpkgs/samba/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template index 88576d09e9f..45359b88fc8 100644 --- a/srcpkgs/samba/template +++ b/srcpkgs/samba/template @@ -1,7 +1,7 @@ # Template file for 'samba' pkgname=samba version=3.6.25 -revision=5 +revision=6 build_pie=yes build_wrksrc=source3 build_style=gnu-configure @@ -12,7 +12,8 @@ configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap --with-pammodulesdir=/usr/lib/security --with-automount --disable-swat --with-syslog --enable-external-libtalloc --with-quotas --enable-cups --enable-external-libtdb --disable-fam --with-ads --with-acl-support - --with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2" + --with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 + --sbindir=/usr/bin" short_desc="SMB/CIFS file, print, and login server for Unix" maintainer="Juan RP " license="GPL-3"