profiles: exclude plain object files from prod images

There is no need to include things like glibc's lib64/crt1.o which are
only needed when compiling.
This commit is contained in:
Michael Marineau 2014-09-17 15:06:20 -07:00
parent 0c62fba05b
commit 4c8b9dfc9d

View File

@ -3,7 +3,7 @@
# Restrictive mask for production images. # Restrictive mask for production images.
INSTALL_MASK="${INSTALL_MASK} INSTALL_MASK="${INSTALL_MASK}
*.a *.la *.h *.hpp *.a *.la *.h *.hpp *.o
/etc/sandbox.d /etc/sandbox.d
/usr/include /usr/include
/usr/lib/debug /usr/lib/debug