aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/gettext.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-19 22:51:55 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-19 22:51:55 +0000
commit2e2f8f359c865382cbc138e4572ab9a63d736775 (patch)
treef76a820e8f39d46926ad0e6a5dc8f478ae429615 /chapter7/gettext.sh
parente4633200ea4609597950f991ce43f1a4d9f3cfbb (diff)
parent6b11f48c20f4411008c28ccb86463a98c0f06fef (diff)
Merge branch 'chapter10'
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