x48: use standard font
This commit is contained in:
parent
1339b9cd05
commit
2529670c35
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue