bdf2psf: also install into /usr/share/bdf2psf.

This commit is contained in:
Christian Neukirchen 2016-07-03 17:21:57 +02:00
parent e4105881a8
commit 65498952e8

View file

@ -1,7 +1,7 @@
# Template file for 'bdf2psf'
pkgname=bdf2psf
version=1.146
revision=1
revision=2
wrksrc="console-setup-${version}"
depends="perl"
short_desc="Generate console fonts from BDF source fonts"
@ -17,6 +17,11 @@ post_extract() {
}
do_install() {
vbin Fonts/bdf2psf
vman man/bdf2psf.1
cd Fonts
vbin bdf2psf
vman ../man/bdf2psf.1
for f in *.equivalents *.set; do
vinstall $f 0644 usr/share/bdf2psf
done
vcopy fontsets usr/share/bdf2psf
}