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