]> Zhao Yanbai Git Server - minix.git/commitdiff
Include fonts blobs in src repository.
authorBen Gras <ben@minix3.org>
Wed, 16 May 2007 13:00:43 +0000 (13:00 +0000)
committerBen Gras <ben@minix3.org>
Wed, 16 May 2007 13:00:43 +0000 (13:00 +0000)
etc/Makefile
etc/fonts/cp437.fnt [new file with mode: 0644]
etc/fonts/cp850.fnt [new file with mode: 0644]
etc/fonts/cp865.fnt [new file with mode: 0644]
etc/fonts/cp866.fnt [new file with mode: 0644]
etc/fonts/iso1.fnt [new file with mode: 0644]
etc/fonts/koi8-r.fnt [new file with mode: 0644]
etc/fonts/polish.fnt [new file with mode: 0644]

index 6b5911163f9ab70df3c03b0c0da92c94a8c478c4..004f1a28dc6ca399971471ab47274955984883a1 100644 (file)
@@ -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 (file)
index 0000000..a0a13e3
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 (file)
index 0000000..4d97cd3
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 (file)
index 0000000..3c2d2cb
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 (file)
index 0000000..8a96979
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 (file)
index 0000000..e8a34e9
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 (file)
index 0000000..6553dcd
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 (file)
index 0000000..4c70814
Binary files /dev/null and b/etc/fonts/polish.fnt differ