diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index d1451bb6ce..3a5360f7e8 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -147,6 +147,7 @@ map_fs_modules () { local filterfn="$1" percatfns="$2" permodfns="$3" for x in $mod_dir/*; do test -d $x || continue + test ! ${x##*/} = legacy || continue category=${x##*/} category_path=$x for f in $percatfns; do $f; done for y in $x/*; do