steps/e2fsprogs-1.45.7: Add -D to $INSTALL so parent dirs get created

This commit is contained in:
Haelwenn (lanodan) Monnier 2026-02-11 22:29:44 +01:00
parent 3f3893e45f
commit b58a24bf15
No known key found for this signature in database

View file

@ -37,7 +37,8 @@ src_prepare() {
src_configure() {
# defrag fails to build with musl 1.2.4
./configure --prefix="${PREFIX}" \
INSTALL='/usr/bin/install -c -D' \
./configure --prefix="${PREFIX}" \
--sbindir="${PREFIX}/bin" \
--disable-tls \
--disable-defrag \