]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Create /lib in chroot.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jul 2010 14:04:48 +0000 (16:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Jul 2010 14:04:48 +0000 (16:04 +0200)
naoki/chroot.py

index 5e7238ef970f6e499a924407f48b70f10fcc5af9..e0c7ca52cedb3a13f0d791ba26c715861597a1f1 100644 (file)
@@ -53,6 +53,7 @@ class Environment(object):
                        PACKAGESDIR,
                        self.chrootPath("bin"),
                        self.chrootPath("etc"),
+                       self.chrootPath("lib"),
                        self.chrootPath("proc"),
                        self.chrootPath("root"),
                        self.chrootPath("sbin"),