mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove unnecessary inclusing of ImageMagick config files
This commit is contained in:
parent
495c518849
commit
cb6151e4e1
@ -433,10 +433,6 @@ class Py2App(object):
|
|||||||
if f.endswith('.so'):
|
if f.endswith('.so'):
|
||||||
f = join(x[0], f)
|
f = join(x[0], f)
|
||||||
self.fix_dependencies_in_lib(f)
|
self.fix_dependencies_in_lib(f)
|
||||||
for d in ('etc', 'share'):
|
|
||||||
base = os.path.join(SW, d, 'ImageMagick-6')
|
|
||||||
for x in os.listdir(base):
|
|
||||||
shutil.copy2(os.path.join(base, x), os.path.join(dest, 'config-Q16'))
|
|
||||||
|
|
||||||
@flush
|
@flush
|
||||||
def add_misc_libraries(self):
|
def add_misc_libraries(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user