From a521b62247b08d557ed6e63205286101978a12af Mon Sep 17 00:00:00 2001 From: John Date: Sat, 17 Aug 2019 15:36:57 +0000 Subject: [PATCH] xst: fix path in INSTALL and REMOVE --- srcpkgs/xst/INSTALL | 2 +- srcpkgs/xst/REMOVE | 8 ++++---- srcpkgs/xst/template | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/xst/INSTALL b/srcpkgs/xst/INSTALL index 543529476d8..c73ae7337bb 100644 --- a/srcpkgs/xst/INSTALL +++ b/srcpkgs/xst/INSTALL @@ -1,5 +1,5 @@ case "${ACTION}" in post) - tic -s usr/share/terminfo/s/st.terminfo + tic -s usr/share/terminfo/x/xst.terminfo ;; esac diff --git a/srcpkgs/xst/REMOVE b/srcpkgs/xst/REMOVE index 6911eb3e614..b46f677d7fd 100644 --- a/srcpkgs/xst/REMOVE +++ b/srcpkgs/xst/REMOVE @@ -1,8 +1,8 @@ case "${ACTION}" in pre) - rm usr/share/terminfo/s/st - rm usr/share/terminfo/s/st-meta - rm usr/share/terminfo/s/st-meta-256color - rm usr/share/terminfo/s/st-256color + rm usr/share/terminfo/x/xst + rm usr/share/terminfo/x/xst-meta + rm usr/share/terminfo/x/xst-meta-256color + rm usr/share/terminfo/x/xst-256color ;; esac diff --git a/srcpkgs/xst/template b/srcpkgs/xst/template index 5335b7ae4cc..56801dc4f75 100644 --- a/srcpkgs/xst/template +++ b/srcpkgs/xst/template @@ -1,7 +1,7 @@ # Template file for 'xst' pkgname=xst version=0.7.2 -revision=1 +revision=2 build_style=gnu-makefile make_use_env=compliant hostmakedepends="pkg-config"