diff options
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; \ |