From 7e5ab9629050a03840a2d6ca4086e5d52fbb3d15 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 30 May 2006 19:58:16 +0000 Subject: r15965: Pam modules install fix, thanks to Ryan Novosielski for spotting this one (This used to be commit 8f5b198acaca5ce14ab1098d86f34df9a67619d4) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index effd438def..46393fdcd8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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 -- cgit