summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index affc641..e4aec59 100755
--- a/build
+++ b/build
@@ -10,6 +10,10 @@ build:
install: build
oh-autoinstall -- prefix=/usr
+ # u-a them utils
+ set -e; for util in autopoint msgfmt msgmerge xgettext; do \
+ mv dest/usr/bin/$${util} dest/usr/bin/$${util}.tiny; \
+ done
# Current and planned standard C libraries provide libintl.
rm -fv dest/usr/include/libintl.h
rm -fv dest/usr/lib/libintl.a