wok-next diff libcomerr/receipt @ rev 11573

Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:18 2012 +0100 (2012-01-02)
parents bdcb3c29980e
children 714a41626fed
line diff
     1.1 --- a/libcomerr/receipt	Thu Dec 23 15:36:53 2010 +0000
     1.2 +++ b/libcomerr/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.3 @@ -15,5 +15,5 @@
     1.4  		dir=$(dirname $file)
     1.5  		[ -d $fs$dir ] || mkdir -p $fs$dir
     1.6  		cp -a $_pkg$file $fs$file
     1.7 -	done < $src/$PACKAGE.files-list
     1.8 +	done < $wanted_stuff/$PACKAGE.files-list
     1.9  }