Updating configuration path in update-apt-file-cache.hook.chroot.
This commit is contained in:
parent
1bcc449483
commit
e9701039f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue