wok-next diff aufs-module/receipt @ rev 4123
lzma: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 20 14:11:25 2009 +0200 (2009-09-20) |
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 Sun Sep 20 14:11:25 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()