Right now, xbstrap uses /tmp/xbstrap/virtual/bin to provide virtual tools. This is problematic as it can cause collisions (e.g., if two builds run in parallel). These collisions needs to be fixed (for example, by using a subdirectory of the build directory instead).
Right now, xbstrap uses
/tmp/xbstrap/virtual/binto provide virtual tools. This is problematic as it can cause collisions (e.g., if two builds run in parallel). These collisions needs to be fixed (for example, by using a subdirectory of the build directory instead).