wok diff aufs-module/receipt @ rev 3504

Add logrotate
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 19 17:39:45 2009 +0200 (2009-06-19)
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 Jun 19 17:39:45 2009 +0200
     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()