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