wok-6.x diff kqemu/receipt @ rev 1487
ncurses: fix a weird /bin/sh bug
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 10:42:43 2008 +0000 (2008-10-05) |
parents | b4ca1619acb9 |
children | 4c90e423814c |
line diff
1.1 --- a/kqemu/receipt Fri Oct 03 13:57:14 2008 +0000 1.2 +++ b/kqemu/receipt Sun Oct 05 10:42:43 2008 +0000 1.3 @@ -42,7 +42,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()