diff options
Diffstat (limited to 'src/allocators/hoard.py')
| -rw-r--r-- | src/allocators/hoard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/hoard.py b/src/allocators/hoard.py index c50a616..f18fcb4 100644 --- a/src/allocators/hoard.py +++ b/src/allocators/hoard.py @@ -12,7 +12,7 @@ class Hoard (src.allocator.Allocator): kwargs["sources"] = sources kwargs["LD_PRELOAD"] = "{srcdir}/src/libhoard.so" - kwargs["build_cmds"] = ["cd {srcdir}/src; make", "mkdir {dir}"] + kwargs["build_cmds"] = ["cd {srcdir}/src; make", "mkdir -p {dir}"] kwargs["patches"] = ["{patchdir}/hoard_make.patch"] super().__init__(name, **kwargs) |
