summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_resolv
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/lb_chroot_resolv')
-rwxr-xr-xscripts/build/lb_chroot_resolv4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_resolv b/scripts/build/lb_chroot_resolv
index 1e705dcfc..e32bdc669 100755
--- a/scripts/build/lb_chroot_resolv
+++ b/scripts/build/lb_chroot_resolv
@@ -72,10 +72,10 @@ case "${1}" in
# Creating lock file
Create_lockfile .lock
- if [ -e config/chroot_local-includes/etc/resolv.conf ]
+ if [ -e config/includes.chroot/etc/resolv.conf ]
then
# Copying local resolv.conf
- cp -a config/chroot_local-includes/etc/resolv.conf chroot/etc/resolv.conf
+ cp -a config/includes.chroot/etc/resolv.conf chroot/etc/resolv.conf
rm -f chroot/etc/resolv.conf.orig
elif [ -e chroot/etc/resolv.conf.orig ]
then