summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Elkouby2019-08-08 16:28:09 +0300
committerDan Elkouby2019-08-08 16:28:09 +0300
commit327896785ec58b36a2b0267976b077522c55b5da (patch)
treeee9bcb12bc25a31456e586f837fc394e2504ceb3 /PKGBUILD
parente48c39c839afb6963b8ce4f320352196aa773d3c (diff)
downloadaur-327896785ec58b36a2b0267976b077522c55b5da.tar.gz
Fix license install path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a45e3618cfc7..2ef673edb622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=terminus-font-ll2-td1-otb
pkgver=4.48
-pkgrel=1
+pkgrel=2
pkgdesc='Monospace bitmap font (OTB version) with ll2 patch (pass the il1I test) and td1 patch (centered ascii tilde)'
url='http://terminus-font.sourceforge.net/'
arch=('any')
@@ -35,5 +35,5 @@ package() {
for i in *.otb; do
install -D -m0644 $i "$pkgdir/usr/share/fonts/misc/$i"
done
- install -D -m0644 'OFL.TXT' "$pkgdir/usr/share/licenses/terminus-font-otb/LICENSE"
+ install -D -m0644 'OFL.TXT' "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}