liberation-fonts: More portable install

This commit is contained in:
Dylan Araps 2020-02-24 21:36:03 +02:00
parent b3f6255dd9
commit 8d7d0a39f6
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh -e
install -Dm644 ./*.ttf -t "$1/usr/share/fonts/TTF"
mkdir -p "$1/usr/share/fonts/TTF"
cp ./*.ttf "$1/usr/share/fonts/TTF"