cookutils diff cook @ rev 457

cookiso: Using libcook.sh now. Make sure the cache variable is $CACHE/cookiso if $0 equals cookiso. Otherwise it equals $cACHE. Also SSH_CMD, SSH_ISO, and SSH_HOST can now be changed in cook.conf.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 05 09:37:14 2012 +0000 (2012-06-05)
parents 8e43a0f15aa0
children c952d28181e6
line diff
     1.1 --- a/cook	Fri Jun 01 20:36:09 2012 +0100
     1.2 +++ b/cook	Tue Jun 05 09:37:14 2012 +0000
     1.3 @@ -136,6 +136,9 @@
     1.4  		install=$WOK/$wanted/install
     1.5  		wanted_stuff=$WOK/$wanted/stuff
     1.6  	fi
     1.7 +	if [ "$SOURCE" ]; then
     1.8 +		source_stuff=$WOK/$SOURCE/stuff
     1.9 +	fi
    1.10  	# Kernel version is set from linux-api-headers since it is part of toolchain.
    1.11  	if [ -f "$INSTALLED/linux-api-headers/receipt" ]; then
    1.12  		kvers=$(grep ^VERSION= $INSTALLED/linux-api-headers/receipt | cut -d '"' -f 2)