svn commit: samba r15965 - in branches/SAMBA_3_0/source: .

idra at samba.org idra at samba.org
Tue May 30 19:58:18 GMT 2006


Author: idra
Date: 2006-05-30 19:58:16 +0000 (Tue, 30 May 2006)
New Revision: 15965

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15965

Log:

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


Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-05-30 19:41:29 UTC (rev 15964)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-05-30 19:58:16 UTC (rev 15965)
@@ -1479,7 +1479,7 @@
 	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS) $(DESTDIR) $(PAMMODULESDIR)
 	@for module in $(PAM_MODULES); do \
 		echo "Installing module $${module} as $(DESTDIR)/$(PAMMODULESDIR)/$${module}. at SHLIBEXT@ "; \
-		install -m $(INSTALLPERMS) bin/$${module}. at SHLIBEXT@ \
+		$(INSTALLCMD) -m $(INSTALLPERMS) bin/$${module}. at SHLIBEXT@ \
 			"$(DESTDIR)/$(PAMMODULESDIR)"; \
 	done
 



More information about the samba-cvs mailing list