summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelix2017-06-24 22:54:25 +0200
committerfelix2017-06-24 22:54:25 +0200
commit66b94c838dcb440ba2d3c16ba6874a0a8246016c (patch)
tree31d82de4e82f75e5a500a853796ebb32028a14d2
parent3cee85f297ed07d5cf3161739f53f1295cea8b4f (diff)
downloadaur-66b94c838dcb440ba2d3c16ba6874a0a8246016c.tar.gz
Make sure bdf and hex versions are built before ttf
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b42db2fc5281..eedbf7b80c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -91,6 +91,7 @@ build() {
ttf-unifont)
msg2 "Building the TTF version"
+ make -j1 hex bdf
make -j1 ttf csurttf upperttf -o distclean
;;