summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2018-07-29 17:29:25 +1200
committerGeorge Rawlinson2018-07-29 17:29:25 +1200
commitfc4a15891e5cad47518c00c1fd9dc6c3595ec9d2 (patch)
treeb3537d17d28795744d97215c066374104bc15818 /PKGBUILD
parentbbbf7d568b98231117c7d8cf645f72bb90e5b779 (diff)
downloadaur-fc4a15891e5cad47518c00c1fd9dc6c3595ec9d2.tar.gz
fix: add missing font
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19419437eee8..243bc454f0c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mock
pkgname=ttf-nishiki-teki
pkgver=3.40
-pkgrel=1
+pkgrel=2
pkgdesc='A Unicode-based font inspired by a free shell of Ukagaka called “Nishiki”.'
arch=('any')
url='http://hwm3.gyao.ne.jp/shiroi-niwatori/nishiki-teki.htm'
@@ -16,7 +16,7 @@ package() {
cd "nishiki-teki_${pkgver//./_}"
# install font
- install -Dm644 nishiki-teki.ttf "$pkgdir/usr/share/fonts/TTF"
+ install -Dm644 nishiki-teki.ttf "$pkgdir/usr/share/fonts/TTF/nishiki-teki.ttf"
# install docs
install -Dm644 nishiki-teki.htm "$pkgdir/usr/share/doc/$pkgname/nishiki-teki.htm"