diff options
author | taca <taca@pkgsrc.org> | 2007-02-18 04:27:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-02-18 04:27:02 +0000 |
commit | f235e753169e7f70e7b625723e2c9dc57d8ba0e3 (patch) | |
tree | c12837600acd6667f7fa0e64b3ba486c6b1df594 /net/samba | |
parent | e066a555eb8ef71efc0a609222360a14c84fbea1 (diff) | |
download | pkgsrc-f235e753169e7f70e7b625723e2c9dc57d8ba0e3.tar.gz |
Fix installing pam_winbind.so module.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk index 07fe7373670..51431503fd5 100644 --- a/net/samba/options.mk +++ b/net/samba/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.18 2007/02/16 16:30:28 tron Exp $ +# $NetBSD: options.mk,v 1.19 2007/02/18 04:27:02 taca Exp $ # Recommended package options for various setups: # @@ -114,7 +114,7 @@ PLIST_SUBST+= PAM_WINBIND=lib/security/pam_winbind.so post-install: samba-pam-winbind-install samba-pam-winbind-install: ${INSTALL_LIB_DIR} ${PAM_INSTMODULEDIR} - ${INSTALL_LIB} ${WRKSRC}/nsswitch/pam_winbind.so ${PAM_INSTMODULEDIR} + ${INSTALL_LIB} ${WRKSRC}/bin/pam_winbind.so ${PAM_INSTMODULEDIR} . endif # Install the NSS winbind module if it exists. |