summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqothr2016-10-09 17:34:09 +0900
committerqothr2016-10-09 17:34:09 +0900
commit433afc977c5c8e7658f0806e6fe57876cb3785e8 (patch)
tree925f9eef72cf0249e2bfdcb32a88b061f260f29f
parent576a72db47d83294cb988a204131fc91f13e66ae (diff)
downloadaur-433afc977c5c8e7658f0806e6fe57876cb3785e8.tar.gz
initial
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef137490a26c..b6ba21b17381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,13 +10,13 @@ arch=('any')
depends=('fontconfig' 'xorg-font-utils')
install=$pkgname.install
source=(Mutsuki.ttf::'http://mandel59.github.io/mutsuki/Mutsuki.ttf' LISENCE::'https://github.com/mandel59/mutsuki/blob/master/LICENSE?raw=true')
-noextract=('Mutsuki.ttf', 'LICENSE')
+noextract=('Mutsuki.ttf' 'LICENSE')
md5sums=('84a9e8a6edba162292983ed3aefe2cd6' SKIP)
package() {
install -dm755 "${pkgdir}"/usr/share/fonts/TTF
install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
-
+ ls
install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
}