diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-15 20:57:16 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-15 20:57:16 +0300 |
commit | 1ceea00147f517717cfb3780217eb227e348e2c7 (patch) | |
tree | 14220841c207fd3cc7af934a2c34ced3f10b6619 /xorg/liberation-fonts-ttf/build | |
parent | 089a3437e901148f904e0c44e79ca0981d6f8649 (diff) | |
download | repository-1ceea00147f517717cfb3780217eb227e348e2c7.tar.gz |
liberation-fonts-ttf: add package to xorg
Diffstat (limited to 'xorg/liberation-fonts-ttf/build')
-rwxr-xr-x | xorg/liberation-fonts-ttf/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/liberation-fonts-ttf/build b/xorg/liberation-fonts-ttf/build new file mode 100755 index 00000000..c1286567 --- /dev/null +++ b/xorg/liberation-fonts-ttf/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +install -Dm644 *.ttf -t "$1/usr/share/fonts/TTF/" +install -Dm644 *.conf -t "$1/etc/fonts/conf.avail/" |