mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 19:26:28 +01:00
Remove unnecessary inclusing of ImageMagick config files
This commit is contained in:
parent
495c518849
commit
cb6151e4e1
1 changed files with 0 additions and 4 deletions
|
|
@ -433,10 +433,6 @@ def add_imagemagick(self):
|
|||
if f.endswith('.so'):
|
||||
f = join(x[0], 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
|
||||
def add_misc_libraries(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue