Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.py
diff options
context:
space:
mode:
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():