]> git.ipfire.org Git - pakfire.git/blobdiff - python/pakfire/constants.py
Merge branch 'master' of ssh://git.ipfire.org/pub/git/oddments/pakfire
[pakfire.git] / python / pakfire / constants.py
index 64fdab2674c1abbd7b69c4ff744eccf66e5c668c..523ec9528e084670cbb667d98e6e5fbdf446110d 100644 (file)
@@ -69,7 +69,10 @@ BUILD_PACKAGES = [
        "@Build",
        "pakfire-build>=%s" % PAKFIRE_LEAST_COMPATIBLE_VERSION,
 ]
-SHELL_PACKAGES = ["elinks", "less", "vim",]
+
+# A script that is called, when a user is dropped to a chroot shell.
+SHELL_SCRIPT = "/usr/lib/buildsystem-tools/chroot-shell"
+SHELL_PACKAGES = ["elinks", "less", "vim", SHELL_SCRIPT,]
 BUILD_ROOT = "/var/lib/pakfire/build"
 
 SOURCE_DOWNLOAD_URL = "http://source.ipfire.org/source-3.x/"