From c1f8a28c775a9898ecc7cd39c7c0406556ea7032 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 14 Jan 2020 13:17:44 +0200 Subject: [PATCH] liberation-fonts: Simplify build @lieuxnoir --- xorg/liberation-fonts/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xorg/liberation-fonts/build b/xorg/liberation-fonts/build index f223cbb8..38d6d3f7 100755 --- a/xorg/liberation-fonts/build +++ b/xorg/liberation-fonts/build @@ -1,5 +1,3 @@ #!/bin/sh -e -for font in *.ttf; do - install -Dm644 "$font" "$1/usr/share/fonts/TTF/$font" -done +install -Dm644 ./*.ttf -t "$1/usr/share/fonts/TTF"