wok diff depmod/receipt @ rev 15595

siproxd, smx: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 03 21:46:10 2013 +0000 (2013-12-03)
parents 9624c47bd4ee
children 36278632a653
line diff
     1.1 --- a/depmod/receipt	Sat May 07 05:50:34 2011 +0000
     1.2 +++ b/depmod/receipt	Tue Dec 03 21:46:10 2013 +0000
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Kernel modules dependancy tool."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="glibc-base gcc-lib-base zlib lzlib"
     1.8 +LICENSE="GPL2"
     1.9  WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/"
    1.10  WANTED="module-init-tools"
    1.11  
    1.12 +DEPENDS="glibc-base gcc-lib-base zlib lzlib"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/sbin
    1.18 -	cp $_pkg/sbin/depmod $fs/sbin
    1.19 +	cp $install/sbin/depmod $fs/sbin
    1.20  }
    1.21  
    1.22  # Overlap busybox