[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3822-gd31683c

Günther Deschner gd at samba.org
Tue Aug 26 11:48:17 GMT 2008


The branch, v3-devel has been updated
       via  d31683cdc877b468e7443216ab9e6edff844c131 (commit)
      from  b5d0f751e4bf19c2ad306ebb3baeb5e9e83e49ee (commit)

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


- Log -----------------------------------------------------------------
commit d31683cdc877b468e7443216ab9e6edff844c131
Author: Günther Deschner <gd at samba.org>
Date:   Tue Aug 26 13:47:43 2008 +0200

    build: make sure to create CODEPAGEDIR and MODULESDIR.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 4e15bf7..5d814c5 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -2475,7 +2475,7 @@ install-everything:: install installmodules
 # is not used
 
 installdirs::
-	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR)
+	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR) $(CODEPAGEDIR) $(MODULESDIR)
 
 installservers:: all installdirs
 	@$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(SBINDIR) $(SBIN_PROGS)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list