mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pkgbuild: fix terminfo package install location
This commit is contained in:
parent
173bb805c2
commit
fe0b348f89
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -111,6 +111,6 @@ package_foot-terminfo-git() {
|
|||
conflicts=('foot-terminfo')
|
||||
provides=('foot-terminfo')
|
||||
|
||||
install -dm 755 "${pkgdir}/usr/share/foot/terminfo/f/"
|
||||
cp f/* "${pkgdir}/usr/share/foot/terminfo/f/"
|
||||
install -dm 755 "${pkgdir}/usr/share/terminfo/f/"
|
||||
cp f/* "${pkgdir}/usr/share/terminfo/f/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue