fix(build_image): Exclude libc locales and info pages.

This commit is contained in:
Michael Marineau 2013-09-19 21:32:48 -04:00
parent e15457054a
commit be2926d8a3

View File

@ -168,6 +168,8 @@ create_base_image() {
'*.[ao]'
# Empty lib dirs, replaced by symlinks
'lib'
# Locales and info pages
usr/share/{i18n,info,locale}
)
lbzip2 -dc "${LIBC_PATH}" | \
sudo tar xpf - -C "${root_fs_dir}" ./usr/${CHOST} \