diff options
author | Lars Müller <lmuelle@samba.org> | 2006-03-13 14:22:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:24 -0500 |
commit | b372fd2cff0ba27db9a2e34a6bea15f1d0db9495 (patch) | |
tree | e514c8f3e77d8f8dfb48d6203f06cbfcb8a1670f /packaging/Solaris | |
parent | d72bb5627ccc14f2396f3e464686b6dfebee6ec5 (diff) | |
download | samba-b372fd2cff0ba27db9a2e34a6bea15f1d0db9495.tar.gz samba-b372fd2cff0ba27db9a2e34a6bea15f1d0db9495.tar.bz2 samba-b372fd2cff0ba27db9a2e34a6bea15f1d0db9495.zip |
r14317: Use source/bin as dir to link pam_winbind instead of source/nsswitch/
The intention is to have the resulting binaries at one place. This is
also usefull for upcoming changes to provide a test_pammodules rule.
With these changes I even got aware of
testsuite/nsswitch/pam_winbind_syms.exp But this only covers
pam_winbind.
(This used to be commit 9883957b74ddefb5293e4aef0cc2f53ee4d417ac)
Diffstat (limited to 'packaging/Solaris')
-rw-r--r-- | packaging/Solaris/makepkg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh index 18e9f00f84..6a8660b350 100644 --- a/packaging/Solaris/makepkg.sh +++ b/packaging/Solaris/makepkg.sh @@ -172,8 +172,8 @@ DOCDIR=$INSTALL_BASE/docs ## cp -fp nsswitch/libnss_wins.so $TMPINSTALLDIR/$LIBDIR/nss_wins.so.1 cp -fp nsswitch/libnss_winbind.so $TMPINSTALLDIR/$LIBDIR/nss_winbind.so.1 -if [ -f nsswitch/pam_winbind.so ]; then - cp -fp nsswitch/pam_winbind.so $TMPINSTALLDIR/$LIBDIR/pam_winbind.so +if [ -f bin/pam_winbind.so ]; then + cp -fp bin/pam_winbind.so $TMPINSTALLDIR/$LIBDIR/pam_winbind.so fi if [ -f bin/smbwrapper.so ]; then cp -fp bin/smbwrapper.so $TMPINSTALLDIR/$INSTALL_BASE/lib |