diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:47:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:47:04 +0300 |
commit | ef907a6fbe865149e2d02a4bc88aa9605ba5569f (patch) | |
tree | e28eda57c94f2963629fe31b1b15b4945f762427 /extra/liberation-fonts-ttf | |
parent | 77b3f67071f21cfe6288678ab23c3bdcfc98bc75 (diff) | |
download | repository-ef907a6fbe865149e2d02a4bc88aa9605ba5569f.tar.gz |
liberation-fonts-ttf: use clinst
Diffstat (limited to 'extra/liberation-fonts-ttf')
-rwxr-xr-x | extra/liberation-fonts-ttf/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/liberation-fonts-ttf/build b/extra/liberation-fonts-ttf/build index bdc86a6f..995c9803 100755 --- a/extra/liberation-fonts-ttf/build +++ b/extra/liberation-fonts-ttf/build @@ -1,4 +1,4 @@ #!/bin/sh -e -install -Dm644 ./*.ttf -t "$1/usr/share/fonts/TTF/" -install -Dm644 ./*.conf -t "$1/etc/fonts/conf.avail/" +clinst -Dm644 -t "$1/usr/share/fonts/TTF" ./*.ttf +clinst -Dm644 -t "$1/etc/fonts/conf.avail" ./*.conf |