kiss-mfavila-large/ports/unofficial/stable/clearsans-font/build

11 lines
175 B
Plaintext
Raw Normal View History

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