Subject: Re: using etcupdate to update a destdir, instead of "/"
To: <>
From: thilo <jeremias@optushome.com.au>
List: current-users
Date: 12/12/2005 23:01:13
 		[ "x${i}" = "x${TEMPROOT}" ] && continue
-		[ ! -d "${D}" ] && install_dir "${D}"
+		[ ! -d "${NEWROOT}${D}" ] && install_dir "${D}"


Didn't you miss the NEWROOT as the arg for install_dir?

thilo