mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pkgbuild: fix terminfo removal
This commit is contained in:
parent
4e5c8fd1b0
commit
cf767427d7
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -98,7 +98,7 @@ package_foot-git() {
|
|||
provides=('foot')
|
||||
|
||||
DESTDIR="${pkgdir}/" ninja install
|
||||
rm -rf "${pkgdir}/usr/share/foot/terminfo"
|
||||
rm -rf "${pkgdir}/usr/share/terminfo"
|
||||
}
|
||||
|
||||
package_foot-terminfo-git() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue