From 76986e8908d6ab59b3083404424866b7fe312c3d Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 6 Apr 2012 22:07:38 -0300 Subject: [PATCH] Backport case-insensitivity fix from master --- admin/mac/macdeploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/mac/macdeploy.py b/admin/mac/macdeploy.py index f5ce32875..3ea962156 100755 --- a/admin/mac/macdeploy.py +++ b/admin/mac/macdeploy.py @@ -250,7 +250,7 @@ frameworks_dir = os.path.join(bundle_dir, 'Contents', 'Frameworks') commands.append(['mkdir', '-p', frameworks_dir]) resources_dir = os.path.join(bundle_dir, 'Contents', 'Resources') commands.append(['mkdir', '-p', resources_dir]) -plugins_dir = os.path.join(bundle_dir, 'Contents', 'plugins') +plugins_dir = os.path.join(bundle_dir, 'Contents', 'PlugIns') binary = os.path.join(bundle_dir, 'Contents', 'MacOS', bundle_name) fixed_libraries = []