mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #1187 from MilhouseVH/e2fsprogs_nice
e2fsprogs: make e2fsprogs bumpable
This commit is contained in:
commit
f27ddd2171
@ -114,6 +114,9 @@ makeinstall_host() {
|
||||
rm -fr $(pwd)/.install/bin
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user