mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(x11)
This commit is contained in:
parent
04282f824d
commit
cd4bd81bfd
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ build:
|
|||
script:
|
||||
- ./configure $ARGS
|
||||
- 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
|
||||
env:
|
||||
SHELF: ${{pkgx.prefix}}/x.org
|
||||
|
|
Loading…
Reference in a new issue