diff options
author | Micah Anderson <micah@riseup.net> | 2010-12-09 09:48:38 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-12-09 09:48:38 -0500 |
commit | c67abe8d167ddc3435c444a44206243e983efea0 (patch) | |
tree | 30215dc384d921ce4fef8d46c64766a1127355a8 /templates/Ubuntu | |
parent | 9223dfc18653eb43aa03817fd0a0dfb46651a323 (diff) |
fix compile syntax error in ubuntu sources.list, closes #2639
Diffstat (limited to 'templates/Ubuntu')
-rw-r--r-- | templates/Ubuntu/sources.list.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Ubuntu/sources.list.erb b/templates/Ubuntu/sources.list.erb index 81650a2..b5725f5 100644 --- a/templates/Ubuntu/sources.list.erb +++ b/templates/Ubuntu/sources.list.erb @@ -22,5 +22,5 @@ deb-src <%= ubuntu_url %> <%= lsbdistcodename %>-security <%= repos %> # backports deb <%= ubuntu_url %> <%= lsbdistcodename %>-backports main <%= repos %> <% if include_src then -%> -deb-src <%= ubuntu_url %> <%= lsbdistcodename %>-backports <%= repos > +deb-src <%= ubuntu_url %> <%= lsbdistcodename %>-backports <%= repos %> <% end -%> |