diff options
Diffstat (limited to 'xorg/liberation-fonts-ttf/build')
-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/" |