Skip to content

Commit

Permalink
upgpkg: st-custom 0.7.r93.g97418a4-1
Browse files Browse the repository at this point in the history
Fix terminfo files conflicting with ncurses.
  • Loading branch information
Tharre committed Sep 8, 2024
1 parent 54a15f3 commit d491708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions st-custom/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d491708

Please sign in to comment.