Format dpkg-deb call
This commit is contained in:
parent
7407adf7c1
commit
069b1dcc38
@ -66,7 +66,7 @@ for fname in files2:
|
||||
subprocess.check_call(['json2plist', '-i', '/tmp/{0}'.format(revdns), '-o', 'pkgs/{0}-uploadconfig/Library/Application Support/Notatio/{1}.plist'.format(revdns, dns)])
|
||||
print("Called json2plist")
|
||||
|
||||
subprocess.check_call(['dpkg-deb', '-b', 'pkgs/{0}-uploadconfig'])
|
||||
subprocess.check_call(['dpkg-deb', '-b', 'pkgs/{0}-uploadconfig'.format(revdns)])
|
||||
print("Called dpkg-deb")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user