Updating configuration path in update-apt-file-cache.hook.chroot.

This commit is contained in:
Daniel Baumann 2013-11-03 21:20:33 +01:00
parent 1bcc449483
commit e9701039f7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set -e
#
# This allows to use using apt-file out-of-the-box.
. /root/config/binary
. /live-build/config/binary
if [ -x /usr/bin/apt-file ] && [ "${LB_APT_INDICES}" = "true" ]
then