prod_image_util: Drop /usr/include

This should be covered by INSTALL_MASK, but it apparently gets
confused by a symlink loop installed by json-c.  Remove it here.
This commit is contained in:
David Michael 2018-10-18 16:32:32 +00:00
parent 9adb659106
commit 23c5b018c6

View File

@ -94,6 +94,7 @@ create_prod_image() {
# clean-ups of things we do not need # clean-ups of things we do not need
sudo rm ${root_fs_dir}/etc/csh.env sudo rm ${root_fs_dir}/etc/csh.env
sudo rm -rf ${root_fs_dir}/etc/env.d sudo rm -rf ${root_fs_dir}/etc/env.d
sudo rm -rf ${root_fs_dir}/usr/include
sudo rm -rf ${root_fs_dir}/var/cache/edb sudo rm -rf ${root_fs_dir}/var/cache/edb
sudo rm -rf ${root_fs_dir}/var/db/pkg sudo rm -rf ${root_fs_dir}/var/db/pkg