summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/builder.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index bc674548..a9fe8957 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -101,9 +101,6 @@ def ldconfig(runcmd, rootdir): # pragma: no cover
'''
- # FIXME: use the version in ROOTDIR, since even in
- # bootstrap it will now always exist due to being part of build-essential
-
conf = os.path.join(rootdir, 'etc', 'ld.so.conf')
if os.path.exists(conf):
logging.debug('Running ldconfig for %s' % rootdir)