X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fcis-iana;h=bd972fe1d9e558d5d247f15c3cef19e452b65831;hb=d9a5344c1aa683d051d1a1d5e87f0bba317e299a;hp=2f6c42b924ac38cb8fcdec7ae6c2a22242b8d5ff;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage2/cis-iana b/stage2/cis-iana index 2f6c42b..bd972fe 100755 --- a/stage2/cis-iana +++ b/stage2/cis-iana @@ -1,4 +1,5 @@ -#!/bin/sh +#!/bin/bash +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