wok diff linux-scsi/receipt @ rev 2976
Up: Xine-lib/xine-lib-dev; compiled against shared ffmpeg; lower size
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun May 10 14:32:51 2009 +0000 (2009-05-10) |
parents | b784a25b8a39 |
children | 9059daaaa23d |
line diff
1.1 --- a/linux-scsi/receipt Thu Jun 12 14:00:28 2008 +0000 1.2 +++ b/linux-scsi/receipt Sun May 10 14:32:51 2009 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="The Linux kernel scsi modules." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +DEPENDS="linux" 1.8 WANTED="linux" 1.9 WEB_SITE="http://www.kernel.org/" 1.10 1.11 @@ -27,7 +28,7 @@ 1.12 # Post install/remove commands for Tazpkg. 1.13 post_install() 1.14 { 1.15 - depmod -a -b "$1/" $VERSION-slitaz 1.16 + chroot "$1/" depmod -a $VERSION-slitaz 1.17 } 1.18 1.19 post_remove()