summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2022-07-08 20:04:13 -0400
committerneeshy2022-07-08 20:04:13 -0400
commitc3fdc887c9ee92543fcf4776e94ae9f749170e88 (patch)
treed33a108a9f6da9d330e486fa123cb0e32ed906e0 /PKGBUILD
parent4d9b5d235827281e1e440fcc6a6564f5dcdb5dca (diff)
downloadaur-c3fdc887c9ee92543fcf4776e94ae9f749170e88.tar.gz
bdf-unifont-extra: small fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24d621efa4b0..fcb5bebc8e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ build() {
cd "$srcdir"
local _type
for _type in bold italic bolditalic; do
- "mk$_type" "unifont-$pkgver.bdf" | bdftopcf >"unifont-$_type-$pkgver.bdf"
+ "mk$_type" "unifont-$pkgver.bdf" | bdftopcf >"unifont-$_type-$pkgver.pcf"
done
}