提交 9b1d5c35 authored 作者: Ken Rice's avatar Ken Rice

Revert "FS-9081 to build all modules for trusty needs the universe components"

This reverts commit e8f83d05.
上级 bb8960a6
......@@ -260,7 +260,6 @@ get_sources () {
prefix=`echo $distro | awk -F/ '{print $1}'`
suffix="`echo $distro | awk -F/ '{print $2}'`"
if test -n "$suffix" ; then full="$tgt_distro/$suffix" ; else full="$tgt_distro" ; fi
if [ "$distro" == "trusty" -a "$components" == "main" ] ; then components="main universe"; echo "Forcing components to include universe"; fi
printf "$type $path $full $components\n"
done < "$2"
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论