diff --git a/extra/liberation-fonts/build b/extra/liberation-fonts/build index 38d6d3f7..081f1d5a 100755 --- a/extra/liberation-fonts/build +++ b/extra/liberation-fonts/build @@ -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"