diff options
Diffstat (limited to 'share/hooks/0400-update-apt-file-cache.hook.chroot')
-rwxr-xr-x | share/hooks/0400-update-apt-file-cache.hook.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hooks/0400-update-apt-file-cache.hook.chroot b/share/hooks/0400-update-apt-file-cache.hook.chroot index 60a00b39c..771e9032a 100755 --- a/share/hooks/0400-update-apt-file-cache.hook.chroot +++ b/share/hooks/0400-update-apt-file-cache.hook.chroot @@ -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 |