wok diff shfs/receipt @ rev 618

busybox/cpio: -o put a \n to stderr (like gnu/cpio)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 19 12:09:45 2008 +0000 (2008-04-19)
parents cd99ec381938
children
line diff
     1.1 --- a/shfs/receipt	Wed Apr 09 08:49:36 2008 +0000
     1.2 +++ b/shfs/receipt	Sat Apr 19 12:09:45 2008 +0000
     1.3 @@ -46,7 +46,7 @@
     1.4  # Post install/remove commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	depmod -a -b "$(dirname $1/lib/modules/*/modules.dep)"
     1.8 +	depmod -a -b /$1
     1.9  }
    1.10  
    1.11  post_remove()