wok diff linux-acpi/receipt @ rev 2926

linux modules depends on depmod
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 07 09:37:08 2009 +0200 (2009-05-07)
parents 6b82b3287054
children 9059daaaa23d
line diff
     1.1 --- a/linux-acpi/receipt	Sat Feb 07 08:45:36 2009 +0000
     1.2 +++ b/linux-acpi/receipt	Thu May 07 09:37:08 2009 +0200
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="2.6.25.5"
     1.5  CATEGORY="base-system"
     1.6  SHORT_DESC="The Linux kernel acpi modules."
     1.7 +DEPENDS="linux"
     1.8  MAINTAINER="pascal.bellard@slitaz.org"
     1.9  WANTED="linux"
    1.10  WEB_SITE="http://www.kernel.org/"
    1.11 @@ -30,7 +31,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()