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:
parent
e7ecf56be3
commit
7f9cfe3551
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue