wok-4.x diff linux-jfs/receipt @ rev 2945
Update: BUILD_DEPENDS libmpeg2
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu May 07 22:43:36 2009 +0000 (2009-05-07) |
parents | 4e225981004f |
children | 9059daaaa23d |
line diff
1.1 --- a/linux-jfs/receipt Sun Mar 29 11:34:34 2009 +0000 1.2 +++ b/linux-jfs/receipt Thu May 07 22:43:36 2009 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="The Linux kernel jfs module." 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 CONFIG_FILES="/etc/filesystems" 1.11 @@ -30,7 +31,7 @@ 1.12 { 1.13 grep -qs ^${PACKAGE#*-}$ $1/etc/filesystems || \ 1.14 echo "${PACKAGE#*-}" >> $1/etc/filesystems 1.15 - depmod -a -b "$1/" $VERSION-slitaz 1.16 + chroot "$1/" depmod -a $VERSION-slitaz 1.17 } 1.18 1.19 post_remove()