diff --git a/projects/x.org/x11/package.yml b/projects/x.org/x11/package.yml index fa5e7496..6cf7748f 100644 --- a/projects/x.org/x11/package.yml +++ b/projects/x.org/x11/package.yml @@ -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