wok-current diff linux-crypto/receipt @ rev 1249
Cups: add gnutls dependancy
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 12 15:36:40 2008 +0000 (2008-08-12) |
parents | bacd5baa9f15 |
children | f306d126580e |
line diff
1.1 --- a/linux-crypto/receipt Wed Jun 18 20:54:03 2008 +0000 1.2 +++ b/linux-crypto/receipt Tue Aug 12 15:36:40 2008 +0000 1.3 @@ -16,7 +16,8 @@ 1.4 mkdir -p $fs/$path 1.5 export src 1.6 export _pkg 1.7 - $src/list_modules.sh crypto | while read module; do 1.8 + $src/list_modules.sh arch/x86/crypto crypto drivers/crypto | \ 1.9 + while read module; do 1.10 dir=$path/$(dirname $module) 1.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.12 cp -a $_pkg/$path/$module $fs/$dir