Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.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/distro.py
parenta3c3f4aec4d08d4fde6b22ec0ed81c2b98a44243 (diff)
Improve multilib support
Diffstat (limited to 'devbot/distro.py')
-rw-r--r--devbot/distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index 2c991fa..951ea21 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -25,7 +25,7 @@ def print_distro_info():
print "Version: %s" % info.version
print "GNOME version: %s" % info.gnome_version
print "Gstreamer version: %s" % info.gstreamer_version
- print "Use lib64: %s" % info.use_lib64
+ print "Lib directory: %s" % info.lib_dir
print "Supported: %s\n" % info.supported
def get_distro_info():