[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-176-g3bcbe4a

Karolin Seeger kseeger at samba.org
Tue Aug 4 06:05:16 MDT 2009


The branch, v3-0-test has been updated
       via  3bcbe4a70ee07c688c3b6a286aeeacc634659545 (commit)
      from  0fd1c6370f8d163edd9d3a99f00e2a6e5e322ba9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 3bcbe4a70ee07c688c3b6a286aeeacc634659545
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Aug 4 14:01:09 2009 +0200

    Makefile.in: Fix installation of cifs.upcall.
    
    INSTALLPERMS_BIN does not exist.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index cac2635..34b4490 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1599,8 +1599,8 @@ installcifsmount: @CIFSMOUNT_PROGS@
 	@$(SHELL) script/installbin.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(ROOTSBINDIR) @CIFSMOUNT_PROGS@
 
 installcifsupcall: @CIFSUPCALL_PROGS@
-	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(SBINDIR)
-	@$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(SBINDIR) @CIFSUPCALL_PROGS@
+	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS) $(DESTDIR) $(SBINDIR)
+	@$(SHELL) script/installbin.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(SBINDIR) @CIFSUPCALL_PROGS@
 
 # Some symlinks are required for the 'probing' of modules.
 # This mechanism should go at some point..
@@ -1734,7 +1734,7 @@ uninstallcifsmount:
 	@$(SHELL) script/uninstallbin.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(ROOTSBINDIR) @CIFSMOUNT_PROGS@
 
 uninstallcifsupcall:
-	@$(SHELL) script/uninstallbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(ROOTSBINDIR) @CIFSUPCALL_PROGS@
+	@$(SHELL) script/uninstallbin.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(ROOTSBINDIR) @CIFSUPCALL_PROGS@
 
 uninstallmodules:
 	@$(SHELL) $(srcdir)/script/uninstallmodules.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(VFSLIBDIR) $(VFS_MODULES)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list