summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/build b/build
index ce80e13..98b6c73 100755
--- a/build
+++ b/build
@@ -15,8 +15,11 @@ build: configure
install: build
oh-autoinstall
+ # Remove symbolic and hard links in /usr/bin.
+ rm -f dest/usr/bin/awk
+ rm -f dest/usr/bin/gawk-*
# Remove GNU Info index.
rm -f dest/usr/share/info/dir
oh-fixperms
- oh-strip -k
+ oh-strip
oh-installfiles