wok-current diff linux-md/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-md/receipt Fri Aug 07 23:18:34 2009 +0200 1.2 +++ b/linux-md/receipt Tue Aug 18 21:01:42 2009 +0200 1.3 @@ -18,7 +18,7 @@ 1.4 mkdir -p $fs/$path 1.5 export src 1.6 export _pkg 1.7 - $src/list_modules.sh drivers/md | while read module; do 1.8 + $src/slitaz/list_modules.sh drivers/md | while read module; do 1.9 case "$module" in 1.10 crypto/*) continue;; 1.11 esac