Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/config.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-24 16:26:13 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-24 16:26:13 (GMT)
commite8b3bdcb34e62c2cd371fe67562e753d4d4a6a16 (patch)
treeabb1b3bd53d12b9fb602663ee95346a8dedafb22 /devbot/config.py
parenta4791af0ea684b2fa69723ecd8dbe3925bbc0c26 (diff)
Make ssh and xz normal deps
Diffstat (limited to 'devbot/config.py')
-rw-r--r--devbot/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/config.py b/devbot/config.py
index 07fc753..3b08b0c 100644
--- a/devbot/config.py
+++ b/devbot/config.py
@@ -67,7 +67,7 @@ def _get_real_install_dir(dir, relocatable):
tmp_dir = os.path.dirname(install_dir)
if not os.path.exists(tmp_dir):
- os.mkdir(tmpdir)
+ os.mkdir(tmp_dir)
if os.path.islink(install_dir):
os.remove(install_dir)