aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/gettext.sh
blob: d71692edff30543972dc88f076cf5df67c0c5c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -e

./configure --prefix=/usr \
            --disable-static \
            --docdir=/usr/share/doc/gettext-"${VERSION}" &&

make &&

make -j1 install &&
chmod -v 0755 /usr/lib/preloadable_libintl.so