X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fcis-man-pages;h=952cd155ee587ca99284b9a17a96f787afa9efb3;hb=4e5a752f9b6aed1062c0a448e882ba1e7770e88a;hp=f6637faf5d3eed20ec62da701e180c563c8953a4;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage2/cis-man-pages b/stage2/cis-man-pages index f6637fa..952cd15 100755 --- a/stage2/cis-man-pages +++ b/stage2/cis-man-pages @@ -1,4 +1,6 @@ -#!/bin/sh +#!/bin/bash +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}/${1} && +cd ${LFS_TMP}/${1} make install -# Return last error exit $?