mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
bdf2psf: also install into /usr/share/bdf2psf.
This commit is contained in:
parent
e4105881a8
commit
65498952e8
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bdf2psf'
|
# Template file for 'bdf2psf'
|
||||||
pkgname=bdf2psf
|
pkgname=bdf2psf
|
||||||
version=1.146
|
version=1.146
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="console-setup-${version}"
|
wrksrc="console-setup-${version}"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Generate console fonts from BDF source fonts"
|
short_desc="Generate console fonts from BDF source fonts"
|
||||||
|
@ -17,6 +17,11 @@ post_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin Fonts/bdf2psf
|
cd Fonts
|
||||||
vman man/bdf2psf.1
|
vbin bdf2psf
|
||||||
|
vman ../man/bdf2psf.1
|
||||||
|
for f in *.equivalents *.set; do
|
||||||
|
vinstall $f 0644 usr/share/bdf2psf
|
||||||
|
done
|
||||||
|
vcopy fontsets usr/share/bdf2psf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue