diff options
Diffstat (limited to 'chapter8/intltool.sh')
-rw-r--r-- | chapter8/intltool.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter8/intltool.sh b/chapter8/intltool.sh index 7a693aa..0ab53c5 100644 --- a/chapter8/intltool.sh +++ b/chapter8/intltool.sh @@ -1,3 +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 |