forked from kiss-community/repo
liberation-fonts: More portable install
This commit is contained in:
parent
b3f6255dd9
commit
8d7d0a39f6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user