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 @@ ...@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=ttf-hack pkgname=ttf-hack
pkgver=2.020 pkgver=2.020
pkgrel=0 pkgrel=1
pkgdesc="Libre typeface designed for source code" pkgdesc="Libre typeface designed for source code"
url="http://sourcefoundry.org/hack/" url="http://sourcefoundry.org/hack/"
arch="noarch" arch="noarch"
...@@ -23,7 +23,7 @@ package() { ...@@ -23,7 +23,7 @@ package() {
cd "$builddir" cd "$builddir"
for variant in Regular Bold BoldItalic Italic; do for variant in Regular Bold BoldItalic Italic; do
install -m644 -D "$srcdir"/Hack-$variant.ttf \ install -m644 -D "$srcdir"/Hack-$variant.ttf \
"$pkgdir"/usr/share/truetype/Hack-$variant.ttf "$pkgdir"/usr/share/fonts/truetype/Hack-$variant.ttf
done 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