Browse Source

samba: improved to install generated pkgconfig files

user/chris/wip/linux37
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
83cae8d5be
  1. 5
      network/samba/samba.conf

5
network/samba/samba.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../samba/samba.conf
# Copyright (C) 2006 - 2012 The OpenSDE Project
# Copyright (C) 2006 - 2013 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -55,6 +55,9 @@ samba_pm ()
cp -vf smbadduser $bindir ; chmod 755 $bindir/smbadduser
# install pkg-config files
install -m 644 pkgconfig/*.pc $root$libdir/pkgconfig
cd ..
sed 's/; encrypt passwords = yes/ encrypt passwords = yes/' \
examples/smb.conf.default > $docdir/smb.conf

Loading…
Cancel
Save