diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-22 08:59:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-22 08:59:24 +0300 |
commit | dbef34108a9cde880329f7204b312c82780e7d1c (patch) | |
tree | bc8fff1d45b29dd30b8a4d3204e39f608015bef4 /xorg | |
parent | cad38866790eaf4583d09d571484425ea110ee3a (diff) | |
download | repository-dbef34108a9cde880329f7204b312c82780e7d1c.tar.gz |
liberation-fonts: fix build to shellcheck's liking
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/liberation-fonts-ttf/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/liberation-fonts-ttf/build b/xorg/liberation-fonts-ttf/build index c1286567..bdc86a6f 100755 --- a/xorg/liberation-fonts-ttf/build +++ b/xorg/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/" +install -Dm644 ./*.ttf -t "$1/usr/share/fonts/TTF/" +install -Dm644 ./*.conf -t "$1/etc/fonts/conf.avail/" |