mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(x11)
This commit is contained in:
parent
105dc2f7fd
commit
5f2e106cc2
|
@ -19,9 +19,11 @@ build:
|
|||
x.org/util-macros: '*'
|
||||
x.org/xtrans: ^1
|
||||
gnu.org/sed: '*' # or build fails on macOS
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
- run: sed -i 's/\+brewing//g' *.la
|
||||
working-directory: ${{prefix}}/lib
|
||||
env:
|
||||
SHELF: ${{pkgx.prefix}}/x.org
|
||||
ARGS:
|
||||
|
|
Loading…
Reference in a new issue