mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
e2fsprogs: add force on copy to overwrite any existing read-only files
This commit is contained in:
parent
21d9e1293e
commit
843d59fcfb
@ -113,6 +113,6 @@ makeinstall_host() {
|
|||||||
rm -fr $(pwd)/.install/bin
|
rm -fr $(pwd)/.install/bin
|
||||||
rm -fr $(pwd)/.install/usr/share
|
rm -fr $(pwd)/.install/usr/share
|
||||||
|
|
||||||
cp -Pa $(pwd)/.install/usr/* $ROOT/$TOOLCHAIN
|
cp -fPa $(pwd)/.install/usr/* $ROOT/$TOOLCHAIN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user