Skip to content
Snippets Groups Projects
Commit ec70c07c authored by alice's avatar alice
Browse files

community/font-opensans: fix install dir

parent e5a0ef2a
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=font-opensans pkgname=font-opensans
pkgver=0_git20210927 pkgver=0_git20210927
pkgrel=0 pkgrel=1
_commit=ebedbda589fe5bd861b02325aca98c86ad845251 _commit=ebedbda589fe5bd861b02325aca98c86ad845251
pkgdesc="Humanist Sans Serif Typeface" pkgdesc="Humanist Sans Serif Typeface"
url="https://github.com/googlefonts/opensans" url="https://github.com/googlefonts/opensans"
...@@ -17,7 +17,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/googlefonts/opensans/archive ...@@ -17,7 +17,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/googlefonts/opensans/archive
builddir="$srcdir/opensans-$_commit" builddir="$srcdir/opensans-$_commit"
package() { package() {
install -D -m644 fonts/ttf/*.ttf -t "$pkgdir"/usr/share/fonts/TTF/ install -D -m644 fonts/ttf/*.ttf -t "$pkgdir"/usr/share/fonts/opensans
} }
sha512sums=" sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment