BIND 10 master,	updated. 71d57323f77270278f75a57f63499c82f8f4ddd0 Make pythondir the	same as pythonexecdir for bind10_config. This fixes Fedora install.
    BIND 10 source code commits 
    bind10-changes at lists.isc.org
       
    Thu May 19 13:46:49 UTC 2011
    
    
  
The branch, master has been updated
       via  71d57323f77270278f75a57f63499c82f8f4ddd0 (commit)
      from  6f8d74e83a1c8073dada7288be92c2976c638e27 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 71d57323f77270278f75a57f63499c82f8f4ddd0
Author: Shane Kerr <shane at isc.org>
Date:   Thu May 19 15:44:47 2011 +0200
    Make pythondir the same as pythonexecdir for bind10_config. This fixes Fedora install.
-----------------------------------------------------------------------
Summary of changes:
 src/lib/python/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/Makefile.am b/src/lib/python/Makefile.am
index f7eb333..75e5afb 100644
--- a/src/lib/python/Makefile.am
+++ b/src/lib/python/Makefile.am
@@ -1,6 +1,7 @@
 SUBDIRS = isc
 
 python_PYTHON =	bind10_config.py
+pythondir = $(pyexecdir)
 
 # Explicitly define DIST_COMMON so ${python_PYTHON} is not included
 # as we don't want the generated file included in distributed tarfile.
    
    
More information about the bind10-changes
mailing list