From: Ben Gras Date: Wed, 16 May 2007 13:00:43 +0000 (+0000) Subject: Include fonts blobs in src repository. X-Git-Tag: v3.1.4~380 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-list.html?a=commitdiff_plain;h=b6cd5d03515c5df84d76657962416eb1ed265edf;p=minix.git Include fonts blobs in src repository. --- diff --git a/etc/Makefile b/etc/Makefile index 6b5911163..004f1a28d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -23,6 +23,8 @@ install:: install -o bin -g operator -m 755 crontab /usr/lib @echo "Making user homedirs.." for u in /usr/ast ~root; do cp ast/.[aepv]* $$u ; done + @echo "Installing fonts.." + install -m 644 -o bin -g operator fonts/*.fnt /usr/lib/fonts/ postinstall: binsizes normal diff --git a/etc/fonts/cp437.fnt b/etc/fonts/cp437.fnt new file mode 100644 index 000000000..a0a13e3cd Binary files /dev/null and b/etc/fonts/cp437.fnt differ diff --git a/etc/fonts/cp850.fnt b/etc/fonts/cp850.fnt new file mode 100644 index 000000000..4d97cd341 Binary files /dev/null and b/etc/fonts/cp850.fnt differ diff --git a/etc/fonts/cp865.fnt b/etc/fonts/cp865.fnt new file mode 100644 index 000000000..3c2d2cb88 Binary files /dev/null and b/etc/fonts/cp865.fnt differ diff --git a/etc/fonts/cp866.fnt b/etc/fonts/cp866.fnt new file mode 100644 index 000000000..8a969798f Binary files /dev/null and b/etc/fonts/cp866.fnt differ diff --git a/etc/fonts/iso1.fnt b/etc/fonts/iso1.fnt new file mode 100644 index 000000000..e8a34e95c Binary files /dev/null and b/etc/fonts/iso1.fnt differ diff --git a/etc/fonts/koi8-r.fnt b/etc/fonts/koi8-r.fnt new file mode 100644 index 000000000..6553dcd14 Binary files /dev/null and b/etc/fonts/koi8-r.fnt differ diff --git a/etc/fonts/polish.fnt b/etc/fonts/polish.fnt new file mode 100644 index 000000000..4c70814e7 Binary files /dev/null and b/etc/fonts/polish.fnt differ