wok diff linux-netfilter/receipt @ rev 3920

linux*: fix list_modules.sh path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 18 21:01:42 2009 +0200 (2009-08-18)
parents 7df76f20d2c3
children 7589496c772c
line diff
     1.1 --- a/linux-netfilter/receipt	Fri Aug 07 23:18:34 2009 +0200
     1.2 +++ b/linux-netfilter/receipt	Tue Aug 18 21:01:42 2009 +0200
     1.3 @@ -1,9 +1,5 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 -
     1.7 -
     1.8 -PACKED_SIZE="8.0k"
     1.9 -UNPACKED_SIZE="4.0k"
    1.10  PACKAGE="linux-netfilter"
    1.11  VERSION="2.6.30.4"
    1.12  CATEGORY="base-system"
    1.13 @@ -24,7 +20,7 @@
    1.14      export src
    1.15      export _pkg
    1.16      
    1.17 -    $src/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \
    1.18 +    $src/slitaz/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \
    1.19      while read module; do
    1.20      	dir=$path/$(dirname $module)
    1.21      	[ -d $fs/$dir ] || mkdir -p $fs/$dir