diff options
| author | Tharre <tharre3@gmail.com> | 2024-09-08 20:44:28 +0200 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2024-09-08 20:44:28 +0200 | 
| commit | d4917089574e557a6a465617409f77b0e2000da6 (patch) | |
| tree | ee88aa98ae167d4b9d14366ab1bc99a0317bac6d | |
| parent | 54a15f3b9e66bfc2e81af50d6b9967cfdf3ebd58 (diff) | |
| download | pkgbuilds-master.tar.gz pkgbuilds-master.tar.xz pkgbuilds-master.zip | |
Fix terminfo files conflicting with ncurses.
| -rw-r--r-- | st-custom/PKGBUILD | 1 | 
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" | 
