From f235e753169e7f70e7b625723e2c9dc57d8ba0e3 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 18 Feb 2007 04:27:02 +0000 Subject: Fix installing pam_winbind.so module. --- net/samba/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') 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. -- cgit v1.2.3