e2fsprogs: make e2fsprogs bumpable

This commit is contained in:
MilhouseVH 2017-01-18 00:09:20 +00:00
parent 9e705dd0a3
commit 14f5fefa2a

View File

@ -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
}