Remove the quotes from the origin line. This doesn't matter on Ubuntu Precise with apt 0.8, but for those of us still using Ubuntu Lucid, apt 0.7 silently ignores preferences with the quotes.

(cherry picked from commit 3922a1bdf5)
This commit is contained in:
Matt Callaway 2014-01-31 15:56:28 -06:00 committed by Hunter Haugen
parent 450fadb86a
commit 5d43c20d1e

View file

@ -12,7 +12,7 @@ if @pin_release.length > 0
elsif @version.length > 0
@pin = "version #{@version}"
elsif @origin.length > 0
@pin = "origin \"#{@origin}\""
@pin = "origin #{@origin}"
end
-%>
# <%= @name %>