svn commit: samba r15968 - in trunk/source: .

idra at samba.org idra at samba.org
Tue May 30 20:13:27 GMT 2006


Author: idra
Date: 2006-05-30 20:13:26 +0000 (Tue, 30 May 2006)
New Revision: 15968

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

Log:

Janitor for myself :)


Modified:
   trunk/source/Makefile.in


Changeset:
Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-05-30 20:11:19 UTC (rev 15967)
+++ trunk/source/Makefile.in	2006-05-30 20:13:26 UTC (rev 15968)
@@ -1512,7 +1512,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