wok diff squashfs-module/receipt @ rev 1713

get-*: add ROOT support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 17 08:50:02 2008 +0000 (2008-11-17)
parents c343c644ab92
children c1610baa4cf4
line diff
     1.1 --- a/squashfs-module/receipt	Wed Aug 20 15:28:36 2008 +0000
     1.2 +++ b/squashfs-module/receipt	Mon Nov 17 08:50:02 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/" $EXTRAVERSION-slitaz
     1.8 +	depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz
     1.9  }
    1.10  
    1.11  post_remove()