- Timestamp:
- 2008-04-09 13:56:55 (7 months ago)
- Files:
-
- 1 modified
-
trunk/darwinbuild/darwinbuild.common (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/darwinbuild/darwinbuild.common
r336 r366 227 227 # install a pre-built root, in inheritance order 228 228 while [ "$dbuild" != "" ]; do 229 sites=$($DARWINXREF $dbfile -b $dbuild binary_sites "$ X")229 sites=$($DARWINXREF $dbfile -b $dbuild binary_sites "$Project") 230 230 Download "$CACHEDIR" \ 231 231 "$Project.root.tar.gz" \ … … 252 252 done 253 253 # we look through all inherited builds and couldn't actually install anything 254 echo "ERROR: could not find root: $ X" 1>&2254 echo "ERROR: could not find root: $Project" 1>&2 255 255 exit 1 256 256 fi
