X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fcis-splix;h=e12501832a2c3ca0f8dbfd2f3dc14cd7971efe1d;hb=5b913b7b528bb69a0c90583b8776d6d26b9cb189;hp=bcddfabf4c457acb576906224e3f42f95d4ee22b;hpb=6a47d6d86ad7ac2d58c56499baaedb9fdd0aa800;p=hvlinux.git diff --git a/stage3/cis-splix b/stage3/cis-splix index bcddfab..e125018 100755 --- a/stage3/cis-splix +++ b/stage3/cis-splix @@ -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,12 +19,11 @@ source ../functions source ../packages-list # Applying patches (if any) -apply_patches ${PACKAGE} && +apply_patches ${PACKAGE} -cd ${LFS_TMP}/${PACKAGE} && -make DISABLE_JBIG=1 && -make install && +cd ${LFS_TMP}/${PACKAGE} +make DISABLE_JBIG=1 +make install ldconfig -# Return last error exit $?