1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r15965: Pam modules install fix, thanks to Ryan Novosielski for spotting this one

(This used to be commit 8f5b198aca)
This commit is contained in:
Simo Sorce 2006-05-30 19:58:16 +00:00 committed by Gerald (Jerry) Carter
parent 73cc5f1e25
commit 7e5ab96290

View File

@ -1479,7 +1479,7 @@ installpammodules: $(PAM_MODULES)
@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS) $(DESTDIR) $(PAMMODULESDIR)
@for module in $(PAM_MODULES); do \
echo "Installing module $${module} as $(DESTDIR)/$(PAMMODULESDIR)/$${module}.@SHLIBEXT@ "; \
install -m $(INSTALLPERMS) bin/$${module}.@SHLIBEXT@ \
$(INSTALLCMD) -m $(INSTALLPERMS) bin/$${module}.@SHLIBEXT@ \
"$(DESTDIR)/$(PAMMODULESDIR)"; \
done