diff options
Diffstat (limited to 'chapter8/gettext.sh')
-rw-r--r-- | chapter8/gettext.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter8/gettext.sh b/chapter8/gettext.sh index 7a693aa..1ff6c97 100644 --- a/chapter8/gettext.sh +++ b/chapter8/gettext.sh @@ -1,3 +1,10 @@ #!/bin/bash +./configure --prefix=/usr \ + --disable-static \ + --docdir=/usr/share/doc/gettext-"${VERSION}" +make + +make -j1 install +chmod -v 0755 /usr/lib/preloadable_libintl.so |