Skip to content
Snippets Groups Projects
Verified Commit 0fea066d authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/ttf-hack: install in proper location

parent 3e801dbb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ttf-hack
pkgver=2.020
pkgrel=0
pkgrel=1
pkgdesc="Libre typeface designed for source code"
url="http://sourcefoundry.org/hack/"
arch="noarch"
......@@ -23,7 +23,7 @@ package() {
cd "$builddir"
for variant in Regular Bold BoldItalic Italic; do
install -m644 -D "$srcdir"/Hack-$variant.ttf \
"$pkgdir"/usr/share/truetype/Hack-$variant.ttf
"$pkgdir"/usr/share/fonts/truetype/Hack-$variant.ttf
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment