mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
steps/e2fsprogs-1.45.7: Add -D to $INSTALL so parent dirs get created
This commit is contained in:
parent
3f3893e45f
commit
b58a24bf15
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue