#!/bin/sh -e for font in *.ttf; do install -Dm644 "$font" "$1/usr/share/fonts/TTF/$font" done