pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/samba4
Module Name: pkgsrc
Committed By: richard
Date: Tue Aug 23 12:49:13 UTC 2016
Modified Files:
pkgsrc/net/samba4: options.mk
Log Message:
fixup samba-pam-smbpass-install in options.mk to copy *all* of the contents
of the pam_smbpass/samples directory regardless of shell and locale
(in particular when LC_COLLATE is not "C" and for example LANG=fr_FR.UTF-8).
Thanks to jnemeth@ for pointing this one out.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/samba4/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/samba4/options.mk
diff -u pkgsrc/net/samba4/options.mk:1.2 pkgsrc/net/samba4/options.mk:1.3
--- pkgsrc/net/samba4/options.mk:1.2 Fri Jun 26 16:09:49 2015
+++ pkgsrc/net/samba4/options.mk Tue Aug 23 12:49:13 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2015/06/26 16:09:49 jperkin Exp $
+# $NetBSD: options.mk,v 1.3 2016/08/23 12:49:13 richard Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.samba4
PKG_SUPPORTED_OPTIONS= ads fam ldap pam winbind # cups # cups option is broken for me.
@@ -89,10 +89,8 @@ INSTALLATION_DIRS+= ${EGDIR}/pam_smbpass
.PHONY: samba-pam-smbpass-install
post-install: samba-pam-smbpass-install
samba-pam-smbpass-install:
- cd ${WRKSRC}/source3/pam_smbpass/samples; for f in [a-z]*; do \
- ${INSTALL_DATA} $${f} \
- ${DESTDIR}${PREFIX}/${EGDIR}/pam_smbpass/$${f}; \
- done
+ ${INSTALL_DATA} ${WRKSRC}/source3/pam_smbpass/samples/* \
+ ${DESTDIR}${PREFIX}/${EGDIR}/pam_smbpass/
.else
CONFIGURE_ARGS+= --without-pam
.endif
Home |
Main Index |
Thread Index |
Old Index