summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-11-03 21:20:33 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-11-03 21:20:33 +0100
commite9701039f7e092e1168f994ace7724f32fdfc5da (patch)
tree39ddb63ddd0f51036820c09850fc71da883e2513
parent1bcc4494831e3b55b6f8f83f2a2fa4de2b77fc9d (diff)
downloadvyos-live-build-e9701039f7e092e1168f994ace7724f32fdfc5da.tar.gz
vyos-live-build-e9701039f7e092e1168f994ace7724f32fdfc5da.zip
Updating configuration path in update-apt-file-cache.hook.chroot.
-rwxr-xr-xshare/hooks/0400-update-apt-file-cache.hook.chroot2
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