e2fsprogs: add force on copy to overwrite any existing read-only files

This commit is contained in:
MilhouseVH 2017-06-11 18:01:56 +01:00
parent 21d9e1293e
commit 843d59fcfb

View File

@ -113,6 +113,6 @@ makeinstall_host() {
rm -fr $(pwd)/.install/bin
rm -fr $(pwd)/.install/usr/share
cp -Pa $(pwd)/.install/usr/* $ROOT/$TOOLCHAIN
cp -fPa $(pwd)/.install/usr/* $ROOT/$TOOLCHAIN
}