wok diff linux/receipt @ rev 3509
Add a check in linux to see if all modules in .config are categorized in linux-* pkgs
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Jun 19 15:25:48 2009 +0000 (2009-06-19) |
parents | d0b189b591ab |
children | 41e9401c9123 |
line diff
1.1 --- a/linux/receipt Tue May 26 17:24:33 2009 +0200 1.2 +++ b/linux/receipt Fri Jun 19 15:25:48 2009 +0000 1.3 @@ -87,6 +87,10 @@ 1.4 do 1.5 echo tazwok cook ${i%/receipt} 1.6 done 1.7 + # check and echo modules 1.8 + cp ./stuff/check_modules.sh $src 1.9 + $src/check_modules.sh "$VERSION" "$WOK" 1.10 + 1.11 } 1.12 1.13 # Pre and post install commands for Tazpkg.