wok-6.x diff squashfs-module/receipt @ rev 1286

Force module version in depmod
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 20 15:28:36 2008 +0000 (2008-08-20)
parents db3faeb6da24
children 0d30d3d18dcb
line diff
     1.1 --- a/squashfs-module/receipt	Sun Jun 15 18:44:02 2008 +0000
     1.2 +++ b/squashfs-module/receipt	Wed Aug 20 15:28:36 2008 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	depmod -a -b "$1/"
     1.8 +	depmod -a -b "$1/" $EXTRAVERSION-slitaz
     1.9  }
    1.10  
    1.11  post_remove()