mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 21:03:36 +02:00
...
This commit is contained in:
parent
a766017bff
commit
bf0426f15c
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ def run(self):
|
|||
all_functions = main_functions['console'] + main_functions['gui']
|
||||
print
|
||||
print 'Adding PoDoFo'
|
||||
pdf = glob.glob(os.path.expanduser('/Volumes/sw/podofo/libpodofo.0.7.00.dylib'))[0]
|
||||
pdf = glob.glob(os.path.expanduser('/Volumes/sw/podofo/libpodofo*.dylib'))[0]
|
||||
shutil.copyfile(pdf, os.path.join(frameworks_dir, os.path.basename(pdf)))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue