summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-02 14:45:04 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-02 14:45:04 (EDT)
commit09a968aeffda6fe17fca07474699cfc39ce77472 (patch)
treee54c2f50d4ea73992f22b82145f7b6686deb4700 /build
parentf3a128d85881844715fe3f7db6a9b241d864382c (diff)
Manage /usr/bin/strings with update-alternatives.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 7ed10b6..a9fbab4 100755
--- a/build
+++ b/build
@@ -115,6 +115,8 @@ install: build
for util in "binutils-$${target}.data/usr/bin/$${target}-"*; do \
if [ "$${util##*/$${target}-}" = 'ar' ]; then \
dest='ar.binutils'; \
+ elif [ "$${util##*/$${target}-}" = 'strings' ]; then \
+ dest='strings.binutils'; \
else \
dest="$${util##*/$${target}-}"; \
fi; \