mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
Fix TERMINFO path
This commit is contained in:
parent
5020132c27
commit
10969174eb
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ build:
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
TERMINFO: /usr/share/terminfo:${{prefix}}/share/terminfo
|
TERMINFO: /usr/share/terminfo:{{prefix}}/share/terminfo
|
||||||
# ^^ we delegate to the system first since they may apply platform specific info
|
# ^^ we delegate to the system first since they may apply platform specific info
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue