kiss-mfavila-large/ports/gnu-freefont-fonts/build

8 lines
98 B
Plaintext
Raw Normal View History

2021-11-17 05:33:07 +00:00
#!/bin/sh -e
cd *
for ttf in *.ttf
do
install -Dm644 $ttf "$1/usr/share/fonts/TTF/$ttf"
done