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