aboutsummaryrefslogtreecommitdiff
path: root/personal/source-code-pro/build
blob: 692f7a189fa5c3fb63d13655625821297a40ffaf (plain)
1
2
3
4
5
6
#!/bin/sh -e

mkdir -p "$1/usr/share/fonts/TTF" "$1/usr/share/fonts/OTF"

install -Dm644 -t "$1/usr/share/fonts/TTF" TTF/*.ttf
install -Dm644 -t "$1/usr/share/fonts/OTF" OTF/*.otf