wok-4.x diff linux-crypto/receipt @ rev 1175
Add Python bindings for cairo, GTK, GObject.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Aug 02 14:05:35 2008 +0200 (2008-08-02) |
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 Sat Aug 02 14:05:35 2008 +0200 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