mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 16:25:49 +01:00
IGN:...
This commit is contained in:
parent
08038fb341
commit
17d8ff3f91
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue