#!/bin/sh
# Build script for dejavu-fonts (data-only, no compile). Pre-built TTF# distribution - just install the .ttf files; fc-cache picks them up.set -e
cd "$SRCDIR"mkdir -p "$PKGDIR$PREFIX/share/fonts/dejavu"find . -name '*.ttf' -exec cp {}"$PKGDIR$PREFIX/share/fonts/dejavu/"\;