From cd0fc1077e6e8e07679b37e516f23e3b0e6de604 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 1 Jul 2021 16:51:08 +0000 Subject: [PATCH] e2fsprogs: remove usage of install --- extra/e2fsprogs/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/e2fsprogs/build b/extra/e2fsprogs/build index 715722fe..73da29c3 100755 --- a/extra/e2fsprogs/build +++ b/extra/e2fsprogs/build @@ -14,9 +14,9 @@ export LDFLAGS="$LDFLAGS -static" --disable-fsck \ --disable-elf-shlibs -# MKDIR_P fixes an install issue on musl/busybox. +# MKDIR_P needs to be set or installation fails. make -make MKDIR_P="install -d" DESTDIR="$1" install +make MKDIR_P="mkdir -p" DESTDIR="$1" install # Our e2fsprogs build uses the private libblkid # and libuuid libraries which ship with it.