This commit is contained in:
Kovid Goyal 2008-12-12 13:14:25 -08:00
parent 17d8ff3f91
commit a811045b92

View File

@ -429,6 +429,6 @@ def main():
print 'Extracting files to %s ...'%destdir
extract_tarball(f, destdir)
pi = os.path.join(destdir, 'calibre_postinstall')
subprocess.call('pi', shell=True)
subprocess.call(pi, shell=True)
return 0
'''