From aca5afbf22873bcd9d90a5da0db4f65b93babc0a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 10 Mar 2008 09:22:46 +0000 Subject: [PATCH] fixed unbound variable --- build.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0