wok-stable diff usbip-module/receipt @ rev 5352
Up: tcl, tcl-dev (8.5.8) - Added soft link for tclsh8.5 to tclsh. Helps with packages needing to have tclsh not tclsh8.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 28 12:58:38 2010 +0000 (2010-04-28) |
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 Wed Apr 28 12:58:38 2010 +0000 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()