提交 2e885036 authored 作者: Travis Cross's avatar Travis Cross

Ignore src/mod/legacy in debian builds

FS-6110 --resolve
上级 1b382ea0
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论