wok-next rev 15048
log4c: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 18:18:51 2013 +0000 (2013-08-12) |
parents | bb571e1e341c |
children | 518e55320fde |
files | kmod/receipt log4c/receipt |
line diff
1.1 --- a/kmod/receipt Mon Aug 12 17:45:05 2013 +0000 1.2 +++ b/kmod/receipt Mon Aug 12 18:18:51 2013 +0000 1.3 @@ -8,11 +8,11 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.6 WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/" 1.7 -WGET_URL="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/$TARBALL" 1.8 +WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/$TARBALL" 1.9 PROVIDE="modules-init-tools" 1.10 1.11 DEPENDS="zlib liblzma" 1.12 -BUILD_DEPENDS="zlib-dev liblzma-dev" 1.13 +BUILD_DEPENDS="zlib-dev liblzma-dev tar" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()
2.1 --- a/log4c/receipt Mon Aug 12 17:45:05 2013 +0000 2.2 +++ b/log4c/receipt Mon Aug 12 18:18:51 2013 +0000 2.3 @@ -24,6 +24,6 @@ 2.4 genpkg_rules() 2.5 { 2.6 mkdir -p $fs/usr/lib $fs/etc 2.7 - cp -a $install/usr/lib/*.so* $fs/lib 2.8 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.9 cp -a $install/etc/log4crc.sample $fs/etc/log4crc 2.10 }