cookutils rev 456

cook: Add source_stuff variable.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 04 16:44:34 2012 +0000 (2012-06-04)
parents 8e43a0f15aa0
children b7fc4308e7b4
files cook
line diff
     1.1 --- a/cook	Fri Jun 01 20:36:09 2012 +0100
     1.2 +++ b/cook	Mon Jun 04 16:44:34 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)