diff options
Diffstat (limited to 'scripts/build/lb_chroot_hosts')
-rwxr-xr-x | scripts/build/lb_chroot_hosts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_hosts b/scripts/build/lb_chroot_hosts index f246b5351..65e85fa2e 100755 --- a/scripts/build/lb_chroot_hosts +++ b/scripts/build/lb_chroot_hosts @@ -73,10 +73,10 @@ EOF # Creating lock file Create_lockfile .lock - if [ -e config/chroot_local-includes/etc/hosts ] + if [ -e config/includes.chroot/etc/hosts ] then # Copying local hosts - cp -a config/chroot_local-includes/etc/hosts chroot/etc/hosts + cp -a config/includes.chroot/etc/hosts chroot/etc/hosts rm -f chroot/etc/hosts.orig elif [ -f chroot/etc/hosts.orig ] then |