kiss-mfavila-small/ports/clearsans-font/build~

11 lines
172 B
Plaintext
Raw Normal View History

2021-11-18 07:16:59 -05:00
#!/bin/sh -e
# Work around a stupid behavior in GNU Install.
mkdir "$1/usr/share/fonts/TTF/"
for file in TTF/*
do
install -m644 $file "$1/usr/share/fonts/TTF/"
done