commit dbef34108a9cde880329f7204b312c82780e7d1c parent cad38866790eaf4583d09d571484425ea110ee3a Author: Cem Keylan <cem@ckyln.com> Date: Wed, 22 Jan 2020 08:59:24 +0300 liberation-fonts: fix build to shellcheck's liking Diffstat:
M | xorg/liberation-fonts-ttf/build | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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/"