summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-08 10:43:45 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-08 10:43:45 (EDT)
commitd1aaf98b4a17cb21e7a9a1b6e18169e18d6c339c (patch)
treef1032ed5c7cef51a3bdab4c5b3f5c612b3360b95 /build
parentfed95f36f75bf77a336905cf52d08c5af142cd34 (diff)
Manage /usr/bin/awk with update-alternatives.
This is also provided by gawk.
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 0f0b3c8..f623d61 100755
--- a/build
+++ b/build
@@ -31,6 +31,7 @@ install:
oh-fixperms
oh-strip
chmod u+s dest/bin/busybox
+ mv dest/usr/bin/awk dest/usr/bin/awk.busybox
mv dest/usr/bin/ar dest/usr/bin/ar.busybox
mv dest/usr/bin/strings dest/usr/bin/strings.busybox
mv dest/usr/bin/clear dest/usr/bin/clear.busybox