summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2019-08-08 16:28:09 +0300
committerDan Elkouby2019-08-08 16:28:09 +0300
commit327896785ec58b36a2b0267976b077522c55b5da (patch)
treeee9bcb12bc25a31456e586f837fc394e2504ceb3
parente48c39c839afb6963b8ce4f320352196aa773d3c (diff)
downloadaur-327896785ec58b36a2b0267976b077522c55b5da.tar.gz
Fix license install path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0be7627dcce..615caaaec7bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = terminus-font-ll2-td1-otb
pkgdesc = Monospace bitmap font (OTB version) with ll2 patch (pass the il1I test) and td1 patch (centered ascii tilde)
pkgver = 4.48
- pkgrel = 1
+ pkgrel = 2
url = http://terminus-font.sourceforge.net/
arch = any
license = GPL2
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"
}