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:
parent
a508f50626
commit
c1f8a28c77
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user