From b9f736a49d64f9c53a6350799775a83bc324f16a Mon Sep 17 00:00:00 2001 From: Mengjuei Date: Wed, 21 Mar 2012 11:41:31 -0700 Subject: [PATCH] permission and killall argument modification --- pyInstaller/English.lproj/InfoPlist.strings | Bin pyInstaller/English.lproj/MainMenu.xib | 0 pyInstaller/Info.plist | 0 pyInstaller/Installer.xcodeproj/project.pbxproj | 0 pyInstaller/InstallerAppDelegate.py | 2 +- pyInstaller/Installer_Prefix.pch | 0 pyInstaller/main.m | 0 pyInstaller/main.py | 0 pyInstaller/zh-Hant.lproj/InfoPlist.strings | Bin 9 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyInstaller/English.lproj/InfoPlist.strings mode change 100755 => 100644 pyInstaller/English.lproj/MainMenu.xib mode change 100755 => 100644 pyInstaller/Info.plist mode change 100755 => 100644 pyInstaller/Installer.xcodeproj/project.pbxproj mode change 100755 => 100644 pyInstaller/InstallerAppDelegate.py mode change 100755 => 100644 pyInstaller/Installer_Prefix.pch mode change 100755 => 100644 pyInstaller/main.m mode change 100755 => 100644 pyInstaller/main.py mode change 100755 => 100644 pyInstaller/zh-Hant.lproj/InfoPlist.strings diff --git a/pyInstaller/English.lproj/InfoPlist.strings b/pyInstaller/English.lproj/InfoPlist.strings old mode 100755 new mode 100644 diff --git a/pyInstaller/English.lproj/MainMenu.xib b/pyInstaller/English.lproj/MainMenu.xib old mode 100755 new mode 100644 diff --git a/pyInstaller/Info.plist b/pyInstaller/Info.plist old mode 100755 new mode 100644 diff --git a/pyInstaller/Installer.xcodeproj/project.pbxproj b/pyInstaller/Installer.xcodeproj/project.pbxproj old mode 100755 new mode 100644 diff --git a/pyInstaller/InstallerAppDelegate.py b/pyInstaller/InstallerAppDelegate.py old mode 100755 new mode 100644 index e0a102c3..a2be858f --- a/pyInstaller/InstallerAppDelegate.py +++ b/pyInstaller/InstallerAppDelegate.py @@ -64,7 +64,7 @@ class InstallerAppDelegate(NSObject): def agreeLicenseAction_(self, sender): self.window.orderOut_(None) from subprocess import call - call(["/usr/bin/killall", "McBopomofo"]) + call(["/usr/bin/killall", "-9", "McBopomofo"]) inputMethodDir = os.path.expanduser("~/Library/Input Methods") if os.path.exists(inputMethodDir) is False: diff --git a/pyInstaller/Installer_Prefix.pch b/pyInstaller/Installer_Prefix.pch old mode 100755 new mode 100644 diff --git a/pyInstaller/main.m b/pyInstaller/main.m old mode 100755 new mode 100644 diff --git a/pyInstaller/main.py b/pyInstaller/main.py old mode 100755 new mode 100644 diff --git a/pyInstaller/zh-Hant.lproj/InfoPlist.strings b/pyInstaller/zh-Hant.lproj/InfoPlist.strings old mode 100755 new mode 100644