# HG changeset patch # User Pascal Bellard # Date 1376331531 0 # Node ID 8d73417cf2d4de4f7f483efc01bcf47204c63182 # Parent bb571e1e341c77945b234a7c3f45179446e81443 log4c: fix genpkg_rules diff -r bb571e1e341c -r 8d73417cf2d4 kmod/receipt --- a/kmod/receipt Mon Aug 12 17:45:05 2013 +0000 +++ b/kmod/receipt Mon Aug 12 18:18:51 2013 +0000 @@ -8,11 +8,11 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/" -WGET_URL="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/$TARBALL" +WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/$TARBALL" PROVIDE="modules-init-tools" DEPENDS="zlib liblzma" -BUILD_DEPENDS="zlib-dev liblzma-dev" +BUILD_DEPENDS="zlib-dev liblzma-dev tar" # Rules to configure and make the package. compile_rules() diff -r bb571e1e341c -r 8d73417cf2d4 log4c/receipt --- a/log4c/receipt Mon Aug 12 17:45:05 2013 +0000 +++ b/log4c/receipt Mon Aug 12 18:18:51 2013 +0000 @@ -24,6 +24,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/etc - cp -a $install/usr/lib/*.so* $fs/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/etc/log4crc.sample $fs/etc/log4crc }