summaryrefslogtreecommitdiff
path: root/scripts/defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/defaults.py')
-rw-r--r--scripts/defaults.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py
index beef4a7a..b9a3f255 100644
--- a/scripts/defaults.py
+++ b/scripts/defaults.py
@@ -28,3 +28,6 @@ DEBIAN_DISTRIBUTION = 'jessie'
PBUILDER_CONFIG = os.path.join(BUILD_DIR, 'pbuilderrc')
PBUILDER_DIR = os.path.join(BUILD_DIR, 'pbuilder')
+
+LB_CONFIG_DIR = os.path.join(BUILD_DIR, 'config')
+CHROOT_INCLUDES_DIR = os.path.join(LB_CONFIG_DIR, 'includes.chroot')