testing/font-roboto: remove MACOSX files

This commit is contained in:
Bart Ribbers 2021-04-22 13:39:05 +02:00
parent 0a392cedbf
commit 81d27ac51a

View File

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=font-roboto
pkgver=2.138
pkgrel=0
pkgrel=1
pkgdesc="Standard font for Android 4.0 (Ice Cream Sandwich) and later"
url="https://github.com/google/roboto"
arch="noarch"
@ -14,7 +14,7 @@ options="!check" # No code to test
builddir="$srcdir"
package() {
find . -name "*.ttf" | while read -r i; do
find . -name "*.ttf" -maxdepth 1 | while read -r i; do
install -Dm644 $i -t "$pkgdir"/usr/share/fonts/TTF
done