Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-25 22:32:30 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-25 22:32:30 (GMT)
commit2d7c8c85bbf3022e3da37fa9fc4368b4e15ece85 (patch)
tree0ab7004bec4518cf87ad6132ae2e1e0be8e65fdc /devbot
parented870a2c3496385201846e893f157c4f45a3070a (diff)
Not necessary to ensure aclocal anymore
Diffstat (limited to 'devbot')
-rw-r--r--devbot/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/devbot/config.py b/devbot/config.py
index 3a396cd..39efaa3 100644
--- a/devbot/config.py
+++ b/devbot/config.py
@@ -152,9 +152,6 @@ def _setup_install_dir(dir, relocatable=False):
_setup_prefix_dir(dir, relocatable)
share_dir = os.path.join(prefix_dir, "share")
- _ensure_dir(share_dir)
- _ensure_dir(os.path.join(share_dir, "aclocal"))
-
bin_dir = os.path.join(prefix_dir, "bin")
etc_dir = os.path.join(prefix_dir, "etc")
libexec_dir = os.path.join(prefix_dir, "libexec")