wok-current diff depmod/receipt @ rev 15275
clipit: remove icon (sorry, guys), move autostart item back to /etc/...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Sep 25 19:03:47 2013 +0300 (2013-09-25) |
parents | 9624c47bd4ee |
children | 36278632a653 |
line diff
1.1 --- a/depmod/receipt Sat May 07 05:50:34 2011 +0000 1.2 +++ b/depmod/receipt Wed Sep 25 19:03:47 2013 +0300 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