2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 23:30:05 -07:00

liberation-fonts: Simplify build @lieuxnoir

This commit is contained in:
Dylan Araps 2020-01-14 13:17:44 +02:00
parent a508f50626
commit c1f8a28c77
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,5 +1,3 @@
#!/bin/sh -e
for font in *.ttf; do
install -Dm644 "$font" "$1/usr/share/fonts/TTF/$font"
done
install -Dm644 ./*.ttf -t "$1/usr/share/fonts/TTF"