r15965: Pam modules install fix, thanks to Ryan Novosielski for spotting this one
authorSimo Sorce <idra@samba.org>
Tue, 30 May 2006 19:58:16 +0000 (19:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:17:15 +0000 (11:17 -0500)
(This used to be commit 8f5b198acaca5ce14ab1098d86f34df9a67619d4)

source3/Makefile.in

index effd438defe8f4d2e3deee055d4d831ec0e2116f..46393fdcd804c6bd8373a1ef266134524f19d752 100644 (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