abinfo "Create install dir..."
install -dm755 "$PKGDIR"/usr/share/fonts/TTF

abinfo "Install fonts to $PKGDIR..."
cp -av "$SRCDIR"/ttc/*.ttc "$PKGDIR"/usr/share/fonts/TTF/

abinfo "chmod 0644 $PKGDIR..."
chmod 0644 "$PKGDIR"/usr/share/fonts/TTF/*
