aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/gettext.sh
blob: 5c3b1645e3fdf03e83ff67589e612af6a516b042 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

./configure --disable-shared &&
make &&
cp -v gettext-tools/src/msgfmt /usr/bin &&
cp -v gettext-tools/src/msgmerge /usr/bin &&
cp -v gettext-tools/src/xgettext /usr/bin