Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins/interfaces.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-10 23:51:55 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-10 23:51:55 (GMT)
commit3caabbed9f95de37367c0dd3b2f1e87edef471b2 (patch)
treed88e4fe957c4db88af8c7fcec3e5babff2f58308 /devbot/plugins/interfaces.py
parenta3c3f4aec4d08d4fde6b22ec0ed81c2b98a44243 (diff)
Improve multilib support
Diffstat (limited to 'devbot/plugins/interfaces.py')
-rw-r--r--devbot/plugins/interfaces.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/devbot/plugins/interfaces.py b/devbot/plugins/interfaces.py
index d8659bf..8c97c65 100644
--- a/devbot/plugins/interfaces.py
+++ b/devbot/plugins/interfaces.py
@@ -54,8 +54,10 @@ class DistroInfo:
attributes are all valid.
"""
- self.use_lib64 = False
- """If set to True install libraries in the lib64 directory."""
+ self.lib_dir = False
+ """Path to the architecture specific lib directory, relative
+ to the prefix.
+ """
self.supported = False
"""If set to Trye the distribution is supported."""