summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-04 15:12:39 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-04 15:12:39 (EDT)
commitf7089f21f6e0a014b4ab3c3426bdb78f79f69432 (patch)
tree0ba286111b227563e34445c14d7e5c202b3d22de /build
parent6a7ef8e062d721fe3395b9466e24876280ad989f (diff)
Add binary packages.
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