Ignore src/mod/legacy in debian builds

FS-6110 --resolve
This commit is contained in:
Travis Cross 2014-01-14 22:36:17 +00:00
parent 1b382ea0f2
commit 2e88503602
1 changed files with 1 additions and 0 deletions

1
debian/bootstrap.sh vendored
View File

@ -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