summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-11-28 17:36:09 -0300
committerTomás Touceda <chiiph@leap.se>2013-11-28 17:36:09 -0300
commit3dd937f80ec49465e7c7ee2547416033883cda1d (patch)
tree254fab80a674bf79be23c575679702859f46c8b2
parent7bd7eff5ad73b7695107bbfee75023f7ee3fcb10 (diff)
Minor fix for OSX
-rw-r--r--bundler/actions.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundler/actions.py b/bundler/actions.py
index a617a1c..2f73b77 100644
--- a/bundler/actions.py
+++ b/bundler/actions.py
@@ -15,7 +15,7 @@ from utils import IS_MAC, IS_WIN
if IS_MAC:
from sh import SetFile, hdiutil
from darwin_dyliber import fix_all_dylibs
-elif IS_WIN:
+if IS_WIN:
import pbs
from pbs import cd, glob
git = pbs.Command("C:\\Program Files\\Git\\bin\\git.exe")
@@ -108,7 +108,7 @@ def get_version(repos, nightly):
except:
pass
m.update(version)
-
+
return "{0}-{1}".format(str(datetime.date.today()),
m.hexdigest()[:8])
@@ -302,7 +302,7 @@ class CopyBinaries(Action):
import win32com
win32comext_path = os.path.split(win32com.__file__)[0] + "ext"
shell_path = os.path.join(win32comext_path, "shell")
- cp("-r",
+ cp("-r",
_convert_path_for_win(shell_path),
_convert_path_for_win(os.path.join(dest_lib_dir, "win32com")))
cp(_convert_path_for_win(
@@ -459,7 +459,7 @@ class CopyMisc(Action):
cp(_convert_path_for_win(
os.path.join(self._basedir, "bitmask_launcher", "src", "launcher.py")),
apps_dir)
- cp("-r",
+ cp("-r",
_convert_path_for_win(os.path.join(self._basedir, "thandy", "lib", "thandy")),
apps_dir)
cp("-r",