wok-stable diff squashfs-module/receipt @ rev 2985

Up: webalizer (2.21-02)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon May 11 10:42:20 2009 +0200 (2009-05-11)
parents 8e44b7502050
children
line diff
     1.1 --- a/squashfs-module/receipt	Fri Mar 27 12:41:30 2009 +0000
     1.2 +++ b/squashfs-module/receipt	Mon May 11 10:42:20 2009 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Linux squashfs module."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +DEPENDS="linux"
     1.8  WEB_SITE="http://squashfs.sourceforge.net/"
     1.9  WANTED="squashfs"
    1.10  
    1.11 @@ -20,7 +21,7 @@
    1.12  # Post install/remove commands for Tazpkg.
    1.13  post_install()
    1.14  {
    1.15 -	depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
    1.16 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.17  }
    1.18  
    1.19  post_remove()