aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/gettext.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter7/gettext.sh')
-rw-r--r--chapter7/gettext.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter7/gettext.sh b/chapter7/gettext.sh
index b1dca1c..0e1771d 100644
--- a/chapter7/gettext.sh
+++ b/chapter7/gettext.sh
@@ -1,8 +1,8 @@
#!/bin/bash
set -e
-./configure --disable-shared
+./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/msgfmt /usr/bin &&
+cp -v gettext-tools/src/msgmerge /usr/bin &&
cp -v gettext-tools/src/xgettext /usr/bin