wok-current diff linux-md/receipt @ rev 9095
Up: firefox-langpack-zh_CN to 3.6.15.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Mar 04 14:42:25 2011 +0000 (2011-03-04) |
parents | 03d4663c81fa |
children | d1768332cee0 |
line diff
1.1 --- a/linux-md/receipt Sat Jan 22 01:56:16 2011 +0000 1.2 +++ b/linux-md/receipt Fri Mar 04 14:42:25 2011 +0000 1.3 @@ -18,7 +18,7 @@ 1.4 mkdir -p $fs/$path 1.5 export src 1.6 export _pkg 1.7 - $src/slitaz/list_modules.sh drivers/md | while read module; do 1.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/md | while read module; do 1.9 case "$module" in 1.10 crypto/*) continue;; 1.11 esac 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