cookutils rev 571

partially fix git get-src, need install git too
author ernia
date Mon Jan 21 18:28:40 2013 +0000 (2013-01-21)
parents ec09ac8df52b
children c46de2f71ce0
files cook
line diff
     1.1 --- a/cook	Thu Jan 17 14:47:51 2013 +0100
     1.2 +++ b/cook	Mon Jan 21 18:28:40 2013 +0000
     1.3 @@ -174,6 +174,7 @@
     1.4  # Get package source. For SCM we are in cache so clone here and create a
     1.5  # tarball here.
     1.6  get_source() {
     1.7 +	set_paths
     1.8  	pwd=$(pwd)
     1.9  	case "$WGET_URL" in
    1.10  		http://*|ftp://*)