Parcourir la source

Make pythondir the same as pythonexecdir for bind10_config. This fixes Fedora install.

Shane Kerr il y a 14 ans
Parent
commit
71d57323f7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/lib/python/Makefile.am

+ 1 - 0
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.