From 33083dc56d898b18abb780da5ab42c74f10a05b1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 2 Oct 2011 14:28:26 +0200 Subject: [PATCH] Fix path to chroot-shell script. --- python/pakfire/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pakfire/constants.py b/python/pakfire/constants.py index 523ec9528..af34ee6af 100644 --- a/python/pakfire/constants.py +++ b/python/pakfire/constants.py @@ -71,7 +71,7 @@ BUILD_PACKAGES = [ ] # A script that is called, when a user is dropped to a chroot shell. -SHELL_SCRIPT = "/usr/lib/buildsystem-tools/chroot-shell" +SHELL_SCRIPT = "/usr/lib/pakfire/chroot-shell" SHELL_PACKAGES = ["elinks", "less", "vim", SHELL_SCRIPT,] BUILD_ROOT = "/var/lib/pakfire/build" -- 2.39.5