X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fcis-iana;h=ab5d59da820aa6706f722e08b92a379573ab6e1e;hb=425bbc4fed1d0106b78befe474328fb9f5a15334;hp=2f6c42b924ac38cb8fcdec7ae6c2a22242b8d5ff;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage2/cis-iana b/stage2/cis-iana index 2f6c42b..ab5d59d 100755 --- a/stage2/cis-iana +++ b/stage2/cis-iana @@ -1,4 +1,5 @@ #!/bin/sh +set -o errexit # Reading system configuration informations, functions and package versions. source ../sysinfos @@ -6,13 +7,13 @@ source ../functions source ../packages-list # Applying patches (if any) -apply_patches ${1} && +apply_patches ${1} # iana-etc installs /etc/services and /etc/protocols using data from the # Internet Assigned Numbers Authority. -cd ${LFS_TMP}/${1} && -make -j ${MAKEJOBS} && +cd ${LFS_TMP}/${1} +make -j ${MAKEJOBS} make install # Return last error