mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
xst: fix default Xresources TERM name
This commit is contained in:
parent
1829d67e78
commit
271d64c5de
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xst'
|
# Template file for 'xst'
|
||||||
pkgname=xst
|
pkgname=xst
|
||||||
version=0.7.2
|
version=0.7.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=compliant
|
make_use_env=compliant
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -21,6 +21,7 @@ do_install() {
|
||||||
vinstall doc/xst.info 644 usr/share/terminfo/x xst.terminfo
|
vinstall doc/xst.info 644 usr/share/terminfo/x xst.terminfo
|
||||||
vdoc README.md README
|
vdoc README.md README
|
||||||
vdoc doc/FAQ
|
vdoc doc/FAQ
|
||||||
|
vsed -i 's/st-256color/xst-256color/' doc/Xresources
|
||||||
vdoc doc/Xresources
|
vdoc doc/Xresources
|
||||||
vlicense doc/LICENSE
|
vlicense doc/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue