mkdir    -p  $INSTALL_ROOT/usr/share/fonts/TTF   &&
install  -o root  -g root  -m 644  -p *.TTF          \
         $INSTALL_ROOT/usr/share/fonts/TTF       &&
install  -o root  -g root  -m 644  -p *.ttf          \
         $INSTALL_ROOT/usr/share/fonts/TTF
