summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-03-22 13:52:56 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-03-22 13:52:56 +0100
commitc1a46a7c7d1dda10b6e5de28b8754d2ee812ae30 (patch)
treeb82e4893b970cc413b0058c2917eb0101b6aa532
parent8d89a44145ed59d9d3929c2499c3d8b67a2dc8e9 (diff)
config: create the aclocal path for the build-tools too
-rw-r--r--cerbero/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cerbero/config.py b/cerbero/config.py
index 023ee01..48be783 100644
--- a/cerbero/config.py
+++ b/cerbero/config.py
@@ -149,6 +149,8 @@ class Config (object):
self._restore_environment()
self._create_path(self.prefix)
self._create_path(os.path.join(self.prefix, 'share', 'aclocal'))
+ self._create_path(os.path.join(
+ self.build_tools_prefix, 'share', 'aclocal'))
libdir = os.path.join(self.prefix, 'lib%s' % self.lib_suffix)
self.libdir = libdir