diff options
Diffstat (limited to 'chapter8/intltool.sh')
-rw-r--r-- | chapter8/intltool.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter8/intltool.sh b/chapter8/intltool.sh new file mode 100644 index 0000000..0ab53c5 --- /dev/null +++ b/chapter8/intltool.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +sed -i 's:\\\${:\\\$\\{:' intltool-update.in + +./configure --prefix=/usr + +make + +make -j1 install +install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-"${VERSION}"/I18N-HOWTO |