samba: create /etc/samba/private at configuration time via make_dirs.
Thanks to cavalier911 for testing and submitting the issue. Close #1499
This commit is contained in:
parent
c130b0be01
commit
409f5fd747
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'samba'
|
||||
pkgname=samba
|
||||
version=3.6.25
|
||||
revision=3
|
||||
revision=4
|
||||
build_pie=yes
|
||||
build_wrksrc=source3
|
||||
build_style=gnu-configure
|
||||
|
@ -23,6 +23,7 @@ checksum=8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751
|
|||
lib32disabled=yes
|
||||
build_options="systemd"
|
||||
conf_files="/etc/pam.d/samba"
|
||||
make_dirs="/etc/samba/private 0750 root root"
|
||||
hostmakedepends="pkg-config perl python-devel"
|
||||
makedepends="readline-devel libcap-devel popt-devel e2fsprogs-devel
|
||||
mit-krb5-devel libldap-devel pam-devel acl-devel avahi-libs-devel
|
||||
|
|
Loading…
Reference in a new issue