mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
deaba78d42
commit
d49208a683
@ -447,7 +447,6 @@ class Py2App(object):
|
|||||||
shutil.copy2(join(SW, 'lib', x), self.frameworks_dir)
|
shutil.copy2(join(SW, 'lib', x), self.frameworks_dir)
|
||||||
dest = join(self.frameworks_dir, x)
|
dest = join(self.frameworks_dir, x)
|
||||||
self.set_id(dest, self.FID+'/'+x)
|
self.set_id(dest, self.FID+'/'+x)
|
||||||
if 'mtp' in x:
|
|
||||||
self.fix_dependencies_in_lib(dest)
|
self.fix_dependencies_in_lib(dest)
|
||||||
|
|
||||||
@flush
|
@flush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user