wok-current diff linux-netfilter/receipt @ rev 9010
Fixed screen-pam.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 12:35:55 2011 +0000 (2011-03-03) |
parents | 03d4663c81fa |
children | d1768332cee0 |
line diff
1.1 --- a/linux-netfilter/receipt Sat Jan 22 01:56:16 2011 +0000 1.2 +++ b/linux-netfilter/receipt Thu Mar 03 12:35:55 2011 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 export src 1.5 export _pkg 1.6 1.7 - $src/slitaz/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ 1.8 + $WOK/$WANTED/stuff/list_modules.sh net/netfilter net/ipv4/netfilter net/8021q | \ 1.9 while read module; do 1.10 dir=$path/$(dirname $module) 1.11 [ -d $fs/$dir ] || mkdir -p $fs/$dir 1.12 @@ -42,6 +42,6 @@ 1.13 1.14 post_remove() 1.15 { 1.16 - depmod -a $VERSION-slitaz 1.17 + chroot "$1/" depmod -a $VERSION-slitaz 1.18 } 1.19