wok-next diff linux-dialup/receipt @ rev 9531
Up: gtkmm to 2.24.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 07 23:25:06 2011 +0000 (2011-04-07) |
parents | 03d4663c81fa |
children | d1768332cee0 |
line diff
1.1 --- a/linux-dialup/receipt Sat Jan 22 01:56:16 2011 +0000 1.2 +++ b/linux-dialup/receipt Thu Apr 07 23:25:06 2011 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 mkdir -p $fs/$path 1.5 export src 1.6 export _pkg 1.7 - $src/slitaz/list_modules.sh drivers/serial/serial_cs.ko.gz drivers/char/nozomi.ko.gz \ 1.8 + $WOK/$WANTED/stuff/list_modules.sh drivers/serial/serial_cs.ko.gz drivers/char/nozomi.ko.gz \ 1.9 drivers/usb/serial/option.ko.gz drivers/net/usb/hso.ko.gz | \ 1.10 while read module; do 1.11 dir=$path/$(dirname $module) 1.12 @@ -40,6 +40,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