This commit is contained in:
Kovid Goyal 2008-12-12 13:04:56 -08:00
parent 08038fb341
commit 17d8ff3f91

View File

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