wok diff squashfs-module/receipt @ rev 1989

Fix: libnotify-dev typo.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jan 06 13:18:57 2009 +0100 (2009-01-06)
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	Tue Jan 06 13:18:57 2009 +0100
     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()