FS-9081 Correction to e8f83d0
This commit is contained in:
parent
e8f83d0558
commit
1b9fda720a
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue