]> git.ipfire.org Git - pakfire.git/commitdiff
Mount /tmp as a tmpfs into the build environment.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 5 Mar 2013 00:20:22 +0000 (01:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 5 Mar 2013 00:20:22 +0000 (01:20 +0100)
python/pakfire/builder.py

index 24027d967c7ffbbd15d276fc428beded3857705d..1cf1e8e168f5f854af00fde30bf752f12b103177 100644 (file)
@@ -572,6 +572,7 @@ class BuildEnviron(object):
                        ("pakfire_tmpfs", "/dev",      "tmpfs", "mode=755,nosuid"),
                        ("/dev/pts",      "/dev/pts",  "bind",  "bind"),
                        ("pakfire_tmpfs", "/run",      "tmpfs", "mode=755,nosuid,nodev"),
+                       ("pakfire_tmpfs", "/tmp",      "tmpfs", "mode=755,nosuid,nodev"),
                ]
 
                # If selinux is enabled.