repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crispy-doom: new package at 5.11.1
[kiss-trunc88.git]
/
dina-font
/
build
blob
ce79eb4a01b49d0f47e49c6665235d09b1cfdd1d
1
#!/bin/sh -e
2
3
unzip
Dina.
zip
4
mkdir
-p
"
$1
/usr/share/fonts/dina-font"
5
cd
BDF
6
for
f
in
*
.bdf
7
do
bdftopcf
-t -o
"
$1
/usr/share/fonts/dina-font/$(basename
$f
.bdf).pcf"
"
$f
"
8
done