X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fcis-uml-utilities;h=0034151ca62491984428807f711f4fa95a9c7c0d;hb=5b913b7b528bb69a0c90583b8776d6d26b9cb189;hp=54f3a1df0da5333fd72c2c9bec57e2950ca02999;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage3/cis-uml-utilities b/stage3/cis-uml-utilities index 54f3a1d..0034151 100755 --- a/stage3/cis-uml-utilities +++ b/stage3/cis-uml-utilities @@ -1,4 +1,6 @@ #!/bin/sh +set -o errexit + # First argument of this script is the package name. # Remaining arguments are additional configure options. @@ -15,10 +17,9 @@ source ../functions source ../packages-list # Applying patches (if any) -apply_patches ${PACKAGE} && +apply_patches ${PACKAGE} -cd ${LFS_TMP}/${PACKAGE} && +cd ${LFS_TMP}/${PACKAGE} make -C tunctl install -# Return last error exit $?