diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-26 01:05:03 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-26 01:05:03 (EDT) |
commit | bd7ab6b818eb68e288a08081043ae4e23ada8a10 (patch) | |
tree | 39a7c81e53fd8e5fd4113562a904a29817ba1edd /build | |
parent | 63abf2df52f6707a1576932dd4110c7aa54e5748 (diff) |
gettext-tiny: Manage utilities with u-a
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |