summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94cf787b71ff..23596164236f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/madmalik/mononoki/archive/$
b2sums=('584bf6d1f319fd15b30fcc2dc1f3c58e76105b1ca3cd6a02982e80c2df645b9861878dbfa0eb52768c3dfd2900ff30b59a3fad7e77a2785dc08087668cf54931')
package() {
- cd mononoki-$pkgver || exit
+ cd mononoki-$pkgver
install -dm755 "$pkgdir/usr/share/fonts/ttf-mononoki"
install -m644 -t "$pkgdir/usr/share/fonts/ttf-mononoki" export/*.ttf
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"