wok diff module-init-tools/receipt @ rev 2925

Do not use busybox depmod
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 07 09:09:46 2009 +0200 (2009-05-07)
parents 65d3dfc87776
children f0a84dc0a7c2
line diff
     1.1 --- a/module-init-tools/receipt	Sun Oct 12 09:55:00 2008 +0000
     1.2 +++ b/module-init-tools/receipt	Thu May 07 09:09:46 2009 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Kernel modules manipulation tools."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="zlib lzlib"
     1.8 +DEPENDS="zlib lzlib depmod"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/"
    1.11  WGET_URL="${WEB_SITE}$TARBALL"
    1.12 @@ -29,7 +29,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/sbin $fs/etc
    1.16 -	cp $_pkg/sbin/depmod $fs/sbin
    1.17  	cp $_pkg/sbin/insmod $fs/sbin
    1.18  	cp $_pkg/sbin/modinfo $fs/sbin
    1.19  	cp $_pkg/sbin/modprobe $fs/sbin