wok-stable diff usbip-module/receipt @ rev 6573
lighttpd: fix 36897b07aa3c commit
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 08 21:28:00 2010 +0200 (2010-10-08) |
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 Fri Oct 08 21:28:00 2010 +0200 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()