mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
e2fsprogs: avoid installing read-only files into the toolchain
This commit is contained in:
parent
aa967f4fc6
commit
21d9e1293e
@ -107,8 +107,8 @@ make_host() {
|
||||
}
|
||||
|
||||
makeinstall_host() {
|
||||
make -C lib/et DESTDIR=$(pwd)/.install install
|
||||
make -C lib/ext2fs DESTDIR=$(pwd)/.install install
|
||||
make -C lib/et LIBMODE=644 DESTDIR=$(pwd)/.install install
|
||||
make -C lib/ext2fs LIBMODE=644 DESTDIR=$(pwd)/.install install
|
||||
|
||||
rm -fr $(pwd)/.install/bin
|
||||
rm -fr $(pwd)/.install/usr/share
|
||||
|
Loading…
x
Reference in New Issue
Block a user