wok diff usbip-module/receipt @ rev 4604

vlc: spin off libvlc & libvlc-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 15 16:03:36 2009 +0100 (2009-12-15)
parents 0fcac9995347
children 79fe602a6d4b
line diff
     1.1 --- a/usbip-module/receipt	Fri Jan 23 14:42:53 2009 +0000
     1.2 +++ b/usbip-module/receipt	Tue Dec 15 16:03:36 2009 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="general USB device sharing system over IP network, kernel modules."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +DEPENDS="linux"
     1.8  WEB_SITE="http://usbip.sourceforge.net/"
     1.9  WANTED="usbip"
    1.10  
    1.11 @@ -20,7 +21,7 @@
    1.12  # Post install/remove commands for Tazpkg.
    1.13  post_install()
    1.14  {
    1.15 -	depmod -a -b "$1/"
    1.16 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.17  }
    1.18  
    1.19  post_remove()