提交 1b9fda72 authored 作者: William King's avatar William King

FS-9081 Correction to e8f83d05

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