From 09a968aeffda6fe17fca07474699cfc39ce77472 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Sun, 02 Jun 2013 14:45:04 -0400
Subject: Manage /usr/bin/strings with update-alternatives.

---
(limited to 'build')

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; \
--
cgit v0.9.1