mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(x11)
This commit is contained in:
parent
04282f824d
commit
cd4bd81bfd
|
@ -22,7 +22,8 @@ build:
|
||||||
script:
|
script:
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- make --jobs {{ hw.concurrency }} install
|
- make --jobs {{ hw.concurrency }} install
|
||||||
- run: sed -i 's/\+brewing//g' *.la
|
# .la are unrelocatable, but only used if found
|
||||||
|
- run: find . -name '*.la' -exec rm {} \;
|
||||||
working-directory: ${{prefix}}/lib
|
working-directory: ${{prefix}}/lib
|
||||||
env:
|
env:
|
||||||
SHELF: ${{pkgx.prefix}}/x.org
|
SHELF: ${{pkgx.prefix}}/x.org
|
||||||
|
|
Loading…
Reference in a new issue