x48: use standard font

This commit is contained in:
allan 2016-06-13 13:49:23 +02:00
parent 1339b9cd05
commit 2529670c35

View file

@ -1,7 +1,7 @@
# Template file for 'x48'
pkgname=x48
version=0.6.4
revision=1
revision=2
create_wrksrc=yes
build_style=gnu-configure
hostmakedepends="automake pkg-config"
@ -17,3 +17,6 @@ pre_configure() {
./autogen.sh
}
pre_install() {
sed -i 's:helvetica:fixed:' X48
}