From 3caabbed9f95de37367c0dd3b2f1e87edef471b2 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 10 Dec 2012 23:51:55 +0000 Subject: Improve multilib support --- (limited to 'devbot/plugins/interfaces.py') 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.""" -- cgit v0.9.1