pkgbuild: fix terminfo package install location

This commit is contained in:
Daniel Eklöf 2021-08-30 20:20:37 +02:00
parent 173bb805c2
commit fe0b348f89
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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/"
}