]> git.ipfire.org Git - pakfire.git/commitdiff
Fix path to chroot-shell script.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 12:28:26 +0000 (14:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 12:28:26 +0000 (14:28 +0200)
python/pakfire/constants.py

index 523ec9528e084670cbb667d98e6e5fbdf446110d..af34ee6af365bd5730db8e54973ab83c219cbd67 100644 (file)
@@ -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"