#!/bin/sh -e cd static/OTF/ for otf in * do install -Dm644 $otf "$1/usr/share/fonts/TTF/$(printf $otf|sed 's/.otf/.ttf/')" done