debian-minimal: Remove -backport's restricted + universe
These are ubuntu-isms that do not exist on debian mirrors and cause builds to break if they're based on a stable debian release. Change-Id: I08c2826eba4aabd0be69955220624b2f179a15ee Closes-bug: #1450198
This commit is contained in:
parent
ecdd551ce2
commit
0afdb07445
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ EOF
|
||||||
|
|
||||||
if [ $DIB_RELEASE != unstable ] ; then
|
if [ $DIB_RELEASE != unstable ] ; then
|
||||||
cat << EOF >>/etc/apt/sources.list
|
cat << EOF >>/etc/apt/sources.list
|
||||||
deb $DIB_DISTRIBUTION_MIRROR $DIB_RELEASE-backports main restricted universe
|
deb $DIB_DISTRIBUTION_MIRROR $DIB_RELEASE-backports main
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue