[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Wed Jun 16 11:15:54 MDT 2010


The branch, master has been updated
       via  1614bcf... codepages-waf: When built with --with-fhs, install to $prefix/share/samba, not $prefix/share.
      from  aa76e82... lib/crypto: only include what is needed.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1614bcf0ecae211a92c308cd795c138d0533ee63
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Jun 16 19:14:08 2010 +0200

    codepages-waf: When built with --with-fhs, install to
    $prefix/share/samba, not $prefix/share.

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

Summary of changes:
 codepages/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/codepages/wscript_build b/codepages/wscript_build
index 416c580..695070f 100644
--- a/codepages/wscript_build
+++ b/codepages/wscript_build
@@ -1,3 +1,3 @@
 #!/usr/bin/env python
 
-bld.INSTALL_WILDCARD('${DATAROOTDIR}', '*.dat')
+bld.INSTALL_WILDCARD('${DATADIR}', '*.dat')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list