e2fsprogs: remove usage of install

This commit is contained in:
Dylan Araps 2021-07-01 16:51:08 +00:00
parent 7def4678d4
commit cd0fc1077e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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.