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:
parent
73cc5f1e25
commit
7e5ab96290
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user