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