From: Thierry Parmentelat Date: Mon, 10 Mar 2008 09:22:46 +0000 (+0000) Subject: fixed unbound variable X-Git-Tag: 4.2-rc2~156 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aca5afbf22873bcd9d90a5da0db4f65b93babc0a;p=build.git fixed unbound variable --- diff --git a/build.common b/build.common index 983ed75a..217fa1a2 100644 --- a/build.common +++ b/build.common @@ -590,7 +590,7 @@ function pl_root_setup_chroot() { # This tells the Boot Manager that it is okay to update # /etc/resolv.conf and /etc/hosts whenever the network configuration # changes. Users are free to delete this file. - touch $vroot/etc/AUTO_UPDATE_NET_FILES + touch $root/etc/AUTO_UPDATE_NET_FILES } # Move specified directories out of a src tree into a dst tree, and