From cd4bd81bfdb1ec44a118a1f42286b5c0e1fbd5ec Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Tue, 16 Apr 2024 19:56:09 -0400 Subject: [PATCH] fix(x11) --- projects/x.org/x11/package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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