kiss-mfavila-large/ports/unofficial/stable/libertinus-fonts/build

9 lines
134 B
Plaintext
Raw Normal View History

2021-11-17 00:33:07 -05:00
#!/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