mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
68c2868609
commit
dddd116a7a
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ dependencies:
|
||||||
perl.org: '*'
|
perl.org: '*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
# - ./configure
|
- ./configure
|
||||||
# --build={{ hw.target }}
|
--build={{ hw.target }}
|
||||||
# --prefix="{{ prefix }}"
|
--prefix="{{ prefix }}"
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
|
|
||||||
- cd "{{prefix}}"
|
- cd "{{prefix}}"
|
||||||
|
|
Loading…
Reference in a new issue