fix duplicate <main> ubuntu backports entry
This commit is contained in:
parent
bb12a296a0
commit
dc341e60ad
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ deb-src <%= ubuntu_url %> <%= codename %>-security <%= lrepos %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
# backports
|
# backports
|
||||||
deb <%= ubuntu_url %> <%= codename %>-backports main <%= lrepos %>
|
deb <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
|
||||||
<% if include_src -%>
|
<% if include_src -%>
|
||||||
deb-src <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
|
deb-src <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
Loading…
Reference in a new issue