wok-current
diff broadcom-wl/receipt @ rev 9581
Fixed libisofs by compiling it with -j1.
author |
Christopher Rogers <slaxemulator@gmail.com> |
date |
Tue Apr 12 11:55:02 2011 +0000 (2011-04-12) |
parents |
d516ecb4e12a |
children |
cbfb348cb173 |
line diff
1.1 --- a/broadcom-wl/receipt Fri Nov 05 19:27:43 2010 +0000
1.2 +++ b/broadcom-wl/receipt Tue Apr 12 11:55:02 2011 +0000
1.3 @@ -49,5 +49,5 @@
1.4 post_remove()
1.5 {
1.6 echo "Processing post-remove commands..."
1.7 - depmod -a
1.8 + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
1.9 }