From 7f9cfe3551aa8ae4dd10299f125ba6e7ba518f17 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 10 Jan 2012 14:36:28 +0100 Subject: 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. --- share/hooks/001-update-apt-file-cache.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/hooks/001-update-apt-file-cache.chroot b/share/hooks/001-update-apt-file-cache.chroot index 283fc2c53..60a00b39c 100755 --- a/share/hooks/001-update-apt-file-cache.chroot +++ b/share/hooks/001-update-apt-file-cache.chroot @@ -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 -- cgit v1.2.3