From 509aa9f4968ef91cc19e8b68b7a3c2f8e6a72862 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 20 Dec 2013 21:10:46 -0400 Subject: avoid shimming ld.so! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 138734e8d..687128867 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ linuxstandalone-nobuild: Build/Standalone # Install linker shim for each binary. Note that each binary is put # in its own separate directory, to avoid eg git looking for # binaries in its directory rather than in PATH. - for file in $$(find "$(LINUXSTANDALONE_DEST)" -type f); do \ + for file in $$(find "$(LINUXSTANDALONE_DEST)" -type f | grep -v \.so); do \ if file "$$file" | grep ELF | egrep -q 'executable|shared object' && test -x "$$file"; then \ base=$$(basename "$$file"); \ mkdir -p "$(LINUXSTANDALONE_DEST)/shimmed/$$base"; \ -- cgit v1.2.3