summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-02 14:42:46 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-02 14:42:46 (EDT)
commitf3a128d85881844715fe3f7db6a9b241d864382c (patch)
treed80002f6d6fc6768288f22be9f9a873c6abe5fa2
parentc37170f9a0d8ae7fc8d15a2e27f74224aceee764 (diff)
build: Remove info index.
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 19d749f..7ed10b6 100755
--- a/build
+++ b/build
@@ -159,6 +159,8 @@ install: build
rm -Rf "binutils-$${target}.data/usr/share" || \
exit 1; \
done
+ # Remove info index.
+ rm -f binutils-doc.data/usr/share/info/dir
# Move BFD development files into libbfd-dev-* data directory.
for target in $$(cat ../targets); do \
if [ -d "libbfd-dev-$${target}.data/usr" ]; then \