mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 09:42:33 -04:00
IGN:...
This commit is contained in:
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user