aboutsummaryrefslogtreecommitdiffstats
path: root/st-custom
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2024-09-08 20:44:28 +0200
committerTharre <tharre3@gmail.com>2024-09-08 20:44:28 +0200
commitd4917089574e557a6a465617409f77b0e2000da6 (patch)
treeee88aa98ae167d4b9d14366ab1bc99a0317bac6d /st-custom
parent54a15f3b9e66bfc2e81af50d6b9967cfdf3ebd58 (diff)
downloadpkgbuilds-d4917089574e557a6a465617409f77b0e2000da6.tar.gz
pkgbuilds-d4917089574e557a6a465617409f77b0e2000da6.tar.xz
pkgbuilds-d4917089574e557a6a465617409f77b0e2000da6.zip
upgpkg: st-custom 0.7.r93.g97418a4-1HEADmaster
Fix terminfo files conflicting with ncurses.
Diffstat (limited to 'st-custom')
-rw-r--r--st-custom/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/st-custom/PKGBUILD b/st-custom/PKGBUILD
index 2752371..2df8b94 100644
--- a/st-custom/PKGBUILD
+++ b/st-custom/PKGBUILD
@@ -35,6 +35,7 @@ build() {
package() {
cd "${_pkgname}"
make PREFIX=/usr DESTDIR="${pkgdir}" install
+ rm "${pkgdir}/usr/share/terminfo/s/"{st,st-256color}
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 README FAQ -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm644 "${srcdir}/st-terminal.desktop" -t "${pkgdir}/usr/share/applications"