diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |