summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 643b7091bf79..10c73b30c5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ _ex_pt() {
build() {
cd "$srcdir/gohufont-$pkgver"
- for f in *.pcf.gz; do
+ for f in *uni*; do
fonttosfnt -o "${f/pcf.gz/otb}" "$f"
done
}