wok diff linux-crypto/receipt @ rev 3929

mirror-tools/mkpkgiso: fix DVD path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 19 17:06:01 2009 +0200 (2009-08-19)
parents 7df76f20d2c3
children 7589496c772c
line diff
     1.1 --- a/linux-crypto/receipt	Fri Aug 07 23:18:34 2009 +0200
     1.2 +++ b/linux-crypto/receipt	Wed Aug 19 17:06:01 2009 +0200
     1.3 @@ -1,11 +1,5 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 -
     1.7 -
     1.8 -PACKED_SIZE="8.0k"
     1.9 -
    1.10 -PACKED_SIZE="8.0k"
    1.11 -UNPACKED_SIZE="4.0k"
    1.12  PACKAGE="linux-crypto"
    1.13  VERSION="2.6.30.4"
    1.14  CATEGORY="base-system"
    1.15 @@ -23,7 +17,7 @@
    1.16      mkdir -p $fs/$path
    1.17      export src
    1.18      export _pkg
    1.19 -    $src/list_modules.sh arch/x86/crypto crypto drivers/crypto | \
    1.20 +    $src/slitaz/list_modules.sh arch/x86/crypto crypto drivers/crypto | \
    1.21      while read module; do
    1.22      	dir=$path/$(dirname $module)
    1.23      	[ -d $fs/$dir ] || mkdir -p $fs/$dir