From cb6151e4e13237fe6ef56371c33eb74cf3f272a7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Jun 2014 21:37:56 +0530 Subject: [PATCH] Remove unnecessary inclusing of ImageMagick config files --- setup/installer/osx/app/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup/installer/osx/app/main.py b/setup/installer/osx/app/main.py index 4a316a82e8..63f6db25b1 100644 --- a/setup/installer/osx/app/main.py +++ b/setup/installer/osx/app/main.py @@ -433,10 +433,6 @@ class Py2App(object): 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):