# HG changeset patch # User Pascal Bellard # Date 1215699930 0 # Node ID 526cc3106c1ea0d9a61302c7ec29af92eeac1c07 # Parent 491b189268b9e37464e409228138e8143e311344 linux-md: depends on linux-crypto diff -r 491b189268b9 -r 526cc3106c1e linux-md/receipt --- a/linux-md/receipt Thu Jul 10 14:12:07 2008 +0000 +++ b/linux-md/receipt Thu Jul 10 14:25:30 2008 +0000 @@ -7,6 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" WANTED="linux" WEB_SITE="http://www.kernel.org/" +DEPENDS="linux-crypto" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -17,6 +18,9 @@ export src export _pkg $src/list_modules.sh drivers/md | while read module; do + case "$module" in + crypto/*) continue;; + esac dir=$path/$(dirname $module) [ -d $fs/$dir ] || mkdir -p $fs/$dir cp -a $_pkg/$path/$module $fs/$dir