From 8d7e6525e6290036b995473e907f2a288f3f2ed4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Mar 2014 15:47:38 +0100 Subject: [PATCH] hooks/post-install/06-prepare-32bit: also include .o files (crtX.o). --- common/hooks/post-install/06-prepare-32bit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/hooks/post-install/06-prepare-32bit.sh b/common/hooks/post-install/06-prepare-32bit.sh index 674a6e66e04..2ab4e3c111d 100644 --- a/common/hooks/post-install/06-prepare-32bit.sh +++ b/common/hooks/post-install/06-prepare-32bit.sh @@ -33,6 +33,7 @@ hook() { -name '*.so.*' -or \ -name '*.a' -or \ -name '*.la' -or \ + -name '*.o' -or \ -type d \ \) -delete