summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hooks/001-update-apt-file-cache.chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hooks/001-update-apt-file-cache.chroot b/share/hooks/001-update-apt-file-cache.chroot
index 283fc2c53..60a00b39c 100755
--- a/share/hooks/001-update-apt-file-cache.chroot
+++ b/share/hooks/001-update-apt-file-cache.chroot
@@ -6,7 +6,7 @@ set -e
#
# This allows to use using apt-file out-of-the-box.
-. /chroot/root/config/binary
+. /root/config/binary
if [ -x /usr/bin/apt-file ] && [ "${LB_APT_INDICES}" = "true" ]
then