summaryrefslogtreecommitdiff
path: root/user/terminus-font/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/terminus-font/APKBUILD')
-rw-r--r--user/terminus-font/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/terminus-font/APKBUILD b/user/terminus-font/APKBUILD
index 0020705e8..10ebdd481 100644
--- a/user/terminus-font/APKBUILD
+++ b/user/terminus-font/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=terminus-font
pkgver=4.46
-pkgrel=0
+pkgrel=1
pkgdesc="Monospace bitmap font (for X11 and console)"
url="http://terminus-font.sourceforge.net/" # No HTTPS
arch="noarch"
@@ -17,7 +17,7 @@ build() {
./configure \
--prefix=/usr \
--psfdir=/usr/share/consolefonts \
- --x11dir=/usr/share/fonts/misc
+ --x11dir=/usr/share/fonts/X11/misc
make
}