wok diff depmod/receipt @ rev 4984
fix: RAM for openoffice
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Feb 25 10:30:21 2010 +0000 (2010-02-25) |
parents | 65c73b684987 |
children | c755ed365a9b |
line diff
1.1 --- a/depmod/receipt Mon Jun 08 20:53:36 2009 +0200 1.2 +++ b/depmod/receipt Thu Feb 25 10:30:21 2010 +0000 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="depmod" 1.7 -VERSION="3.9" 1.8 +VERSION="3.10" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Kernel modules dependancy tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -DEPENDS="zlib lzlib" 1.13 +DEPENDS="glibc-base gcc-lib-base zlib lzlib" 1.14 WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/" 1.15 WANTED="module-init-tools" 1.16 1.17 @@ -15,3 +15,14 @@ 1.18 mkdir -p $fs/sbin 1.19 cp $_pkg/sbin/depmod $fs/sbin 1.20 } 1.21 + 1.22 +# Busybox depmod symlink currently not included in the BusyBox package 1.23 +#pre_install() 1.24 +#{ 1.25 +# rm -f $1/sbin/depmod 1.26 +#} 1.27 +# 1.28 +#post_remove() 1.29 +#{ 1.30 +# ln -s /bin/busybox /sbin/depmod 1.31 +#}