profiles: exclude a pile of ustr source code from prod images

This commit is contained in:
Michael Marineau 2015-08-14 15:41:18 -07:00
parent 691ce0c988
commit efde8e22e3

View File

@ -35,3 +35,10 @@ INSTALL_MASK="${INSTALL_MASK}
/etc/wgetrc
/etc/xinetd.d
"
# Exclude ustr's source code and debug library
INSTALL_MASK="${INSTALL_MASK}
/usr/bin/ustr-import
/usr/lib*/libustr-debug*
/usr/share/ustr-*
"