aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/inetutils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/inetutils.sh')
-rw-r--r--chapter8/inetutils.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter8/inetutils.sh b/chapter8/inetutils.sh
index f96f5f4..572c9e9 100644
--- a/chapter8/inetutils.sh
+++ b/chapter8/inetutils.sh
@@ -9,11 +9,11 @@ set -e
--disable-rexec \
--disable-rlogin \
--disable-rsh \
- --disable-servers
+ --disable-servers &&
-make
+make &&
-make -j1 install
+make -j1 install &&
-mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin
+mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin &&
mv -v /usr/bin/ifconfig /sbin