Skip to content
Snippets Groups Projects
Commit 260f5717 authored by Simon McVittie's avatar Simon McVittie
Browse files

build-relocatable-install: Make sure header row is at the beginning

parent 1e87dab4
No related branches found
No related tags found
No related merge requests found
...@@ -450,6 +450,7 @@ def main(): ...@@ -450,6 +450,7 @@ def main():
writer.write( writer.write(
'#Package[:Architecture]\t#Version\t#Source\t#Installed-Size\n' '#Package[:Architecture]\t#Version\t#Source\t#Installed-Size\n'
) )
writer.flush()
v_check_call([ v_check_call([
'dpkg-query', 'dpkg-query',
'-W', '-W',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment