X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fcis-ltsp-utils;h=b5e63819453ef74065326f20d6f7b07e177186d5;hb=5f02c8c4b5fe6640bcdb61d1006256289a57c222;hp=cd7a89f9f2408b381de321aae3885a4a0e00259c;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage3/cis-ltsp-utils b/stage3/cis-ltsp-utils index cd7a89f..b5e6381 100755 --- a/stage3/cis-ltsp-utils +++ b/stage3/cis-ltsp-utils @@ -1,4 +1,6 @@ #!/bin/sh +set -o errexit + # First argument of this script is the package name. # Reading system configuration informations, functions and package versions. @@ -7,10 +9,9 @@ source ../functions source ../packages-list # Applying patches (if any) -apply_patches ${1} && +apply_patches ${1} -cd ${LFS_TMP}/ltsp-utils && +cd ${LFS_TMP}/ltsp-utils ./install.sh -# Return last error exit $?