apk backend: .PKGINFO error fixed

master
Luka Vandervelden 2019-09-01 17:29:44 +02:00
parent 834b609da8
commit 582302b1db
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def pkginfo(package)
lines << "conflicts = #{atom.to_s}" lines << "conflicts = #{atom.to_s}"
end end
lines.join "\n" lines.join("\n") + "\n"
end end
class Package::Backend::Packaging class Package::Backend::Packaging