Fix path in 001-update-apt-file-cache.chroot.

The path included /chroot/, but hooks are called from within the chroot,
so that part should be removed. This hook probably never worked.
This commit is contained in:
Matthijs Kooijman 2012-01-10 14:36:28 +01:00
parent e7ecf56be3
commit 7f9cfe3551
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.
. /chroot/root/config/binary
. /root/config/binary
if [ -x /usr/bin/apt-file ] && [ "${LB_APT_INDICES}" = "true" ]
then