aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-22 08:59:24 +0300
committerCem Keylan <cem@ckyln.com>2020-01-22 08:59:24 +0300
commitdbef34108a9cde880329f7204b312c82780e7d1c (patch)
treebc8fff1d45b29dd30b8a4d3204e39f608015bef4 /xorg
parentcad38866790eaf4583d09d571484425ea110ee3a (diff)
downloadrepository-dbef34108a9cde880329f7204b312c82780e7d1c.tar.gz
liberation-fonts: fix build to shellcheck's liking
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/liberation-fonts-ttf/build4
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/"