Merge pull request #1187 from MilhouseVH/e2fsprogs_nice

e2fsprogs: make e2fsprogs bumpable
This commit is contained in:
Peter V 2017-01-18 08:50:32 +01:00 committed by GitHub
commit f27ddd2171

View File

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