From: Michael Tremer Date: Sun, 2 Oct 2011 12:28:26 +0000 (+0200) Subject: Fix path to chroot-shell script. X-Git-Tag: 0.9.10~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33083dc56d898b18abb780da5ab42c74f10a05b1;p=people%2Fms%2Fpakfire.git Fix path to chroot-shell script. --- 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"