diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-03 21:20:33 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-03 21:20:33 +0100 |
commit | e9701039f7e092e1168f994ace7724f32fdfc5da (patch) | |
tree | 39ddb63ddd0f51036820c09850fc71da883e2513 /share | |
parent | 1bcc4494831e3b55b6f8f83f2a2fa4de2b77fc9d (diff) | |
download | vyos-live-build-e9701039f7e092e1168f994ace7724f32fdfc5da.tar.gz vyos-live-build-e9701039f7e092e1168f994ace7724f32fdfc5da.zip |
Updating configuration path in update-apt-file-cache.hook.chroot.
Diffstat (limited to 'share')
-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 |