mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
e2fsprogs: make e2fsprogs bumpable
This commit is contained in:
parent
9e705dd0a3
commit
14f5fefa2a
@ -114,6 +114,9 @@ makeinstall_host() {
|
|||||||
rm -fr $(pwd)/.install/bin
|
rm -fr $(pwd)/.install/bin
|
||||||
rm -fr $(pwd)/.install/usr/share
|
rm -fr $(pwd)/.install/usr/share
|
||||||
|
|
||||||
|
# Ensure installed files are writeable and not read-only, otherwise future package bumps will fail to overwrite toolchain
|
||||||
|
chmod -R +w $(pwd)/.install/usr/*
|
||||||
|
|
||||||
cp -Pa $(pwd)/.install/usr/* $ROOT/$TOOLCHAIN
|
cp -Pa $(pwd)/.install/usr/* $ROOT/$TOOLCHAIN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user