mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +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:
|
||||
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
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue