mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(tldr)
This commit is contained in:
parent
4cc81d6bc5
commit
1eeb96302d
1 changed files with 2 additions and 1 deletions
|
@ -12,9 +12,10 @@ dependencies:
|
|||
curl.se: '*'
|
||||
|
||||
build:
|
||||
script: make --environment-overrides --jobs {{ hw.concurrency }} install
|
||||
script: make --environment-overrides --jobs {{ hw.concurrency }} install MANPATH=$MANPATH
|
||||
env:
|
||||
PREFIX: ${{prefix}}
|
||||
MANPATH: ${{prefix}}/share/man/man1
|
||||
CFLAGS: -ggdb -O0 -ftrapv -fPIC
|
||||
|
||||
provides:
|
||||
|
|
Loading…
Reference in a new issue