local FONT_DIR="${INSTALL_ROOT}/usr/share/fonts/TTF"
local INSTALL="install -m 644 -o root -g root"
$INSTALL $SOURCE_DIRECTORY/*.ttf $FONT_DIR
