wok diff aufs-module/receipt @ rev 3834

Add: stoqdrivers (0.9.8)
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Aug 07 00:02:50 2009 +0000 (2009-08-07)
parents f8b7522f8eb2
children
line diff
     1.1 --- a/aufs-module/receipt	Sat Jan 17 12:17:16 2009 +0100
     1.2 +++ b/aufs-module/receipt	Fri Aug 07 00:02:50 2009 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Stackable unification FileSystem Linux kernel module."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +DEPENDS="linux"
     1.8  WEB_SITE="http://aufs.sourceforge.net/"
     1.9  WANTED="aufs"
    1.10  
    1.11 @@ -17,7 +18,7 @@
    1.12  # Post install/remove commands for Tazpkg.
    1.13  post_install()
    1.14  {
    1.15 -	depmod -a -b "$1/"
    1.16 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.17  }
    1.18  
    1.19  post_remove()