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

ls

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