diff options
author | P. 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) |
commit | 09a968aeffda6fe17fca07474699cfc39ce77472 (patch) | |
tree | e54c2f50d4ea73992f22b82145f7b6686deb4700 /build | |
parent | f3a128d85881844715fe3f7db6a9b241d864382c (diff) |
Manage /usr/bin/strings with update-alternatives.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; \ |