dynconfig: Fix location of the default 'binddns dir'
[kai/samba-autobuild/.git] / dynconfig / wscript
index fee37eaaf5f0eb726b138c2b085ea671bfc604fb..54977e42bd4b5d086d135a83c3347a315f331722 100644 (file)
@@ -174,6 +174,12 @@ dynconfig = {
          'OPTION':    '--with-privatedir',
          'HELPTEXT':  'Where to put sam.ldb and other private files',
     },
+    'BINDDNS_DIR' : {
+         'STD-PATH':  '${PREFIX}/bind-dns',
+         'FHS-PATH':  '${LOCALSTATEDIR}/lib/samba/bind-dns',
+         'OPTION':    '--with-bind-dns-dir',
+         'HELPTEXT':  'bind-dns config directory',
+    },
     'LOCKDIR' : {
          'STD-PATH':  '${LOCALSTATEDIR}/lock',
          'FHS-PATH':  '${LOCALSTATEDIR}/lock/samba',
@@ -192,12 +198,6 @@ dynconfig = {
          'OPTION':    '--with-statedir',
          'HELPTEXT':  'Where to put persistent state files',
     },
-    'BINDDNS_DIR' : {
-         'STD-PATH':  '${LOCALSTATEDIR}/lib',
-         'FHS-PATH':  '${LOCALSTATEDIR}/lib/samba/bind-dns',
-         'OPTION':    '--with-bind-dns-dir',
-         'HELPTEXT':  'bind-dns config directory',
-    },
     'CACHEDIR' : {
          'STD-PATH':  '${LOCALSTATEDIR}/cache',
          'FHS-PATH':  '${LOCALSTATEDIR}/cache/samba',