From 4a4b65f272364afc48f9a4f86b3b57acb4824c3a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 17 Jan 2014 07:54:33 -0500 Subject: build: Remove libiberty.a even in a "lib64" dir. --- diff --git a/build b/build index 1cf737d..2b0d744 100755 --- a/build +++ b/build @@ -33,7 +33,7 @@ install: build dest/usr/share/locale/*/LC_MESSAGES/opcodes.mo # Remove libiberty. rm -f \ - dest/usr/lib/lib/libiberty.* + dest/usr/lib/lib*/libiberty.* # Remove GNU Info index. rm -f dest/usr/share/info/dir # Remove common info files. -- cgit v0.9.1