local FONT_DIR=${INSTALL_ROOT}/usr/share/fonts/TTF
mkdir -p $FONT_DIR                             &&
install -m 644 -o root -g root *.ttf $FONT_DIR 
