mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/font-roboto: remove MACOSX files
This commit is contained in:
parent
0a392cedbf
commit
81d27ac51a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user