From 271d64c5de1526e5cbfbf474ef56149ab2274193 Mon Sep 17 00:00:00 2001 From: mustaqim Date: Tue, 20 Aug 2019 07:38:36 +0200 Subject: [PATCH] xst: fix default Xresources TERM name --- srcpkgs/xst/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xst/template b/srcpkgs/xst/template index 56801dc4f75..fb998050583 100644 --- a/srcpkgs/xst/template +++ b/srcpkgs/xst/template @@ -1,7 +1,7 @@ # Template file for 'xst' pkgname=xst version=0.7.2 -revision=2 +revision=3 build_style=gnu-makefile make_use_env=compliant hostmakedepends="pkg-config" @@ -21,6 +21,7 @@ do_install() { vinstall doc/xst.info 644 usr/share/terminfo/x xst.terminfo vdoc README.md README vdoc doc/FAQ + vsed -i 's/st-256color/xst-256color/' doc/Xresources vdoc doc/Xresources vlicense doc/LICENSE }