X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=e4f4a1eb38c87c233e754e1732e684a22d5ecbe7;hb=24d61f4c240728c405eb569c38382949a3847f2c;hp=ee89cdf3a9986c0780504899ff0c7667e247c972;hpb=6d7b4f6d3f5d8a04d2a8a995d82bb7e4288ab066;p=bootstrapfs.git diff --git a/build.sh b/build.sh index ee89cdf..e4f4a1e 100755 --- a/build.sh +++ b/build.sh @@ -60,7 +60,7 @@ pl_root_mkfedora ${vref} ${pldistro} $pkgsfile # optionally invoke a post processing script after packages from # $pkgsfile have been installed -postfile=$(pl_locateDistroFile ../build/ ${pldistro} bootstrapfs.post) +postfile=$(pl_locateDistroFile ../build/ ${pldistro} bootstrapfs.post || : ) [ -f $postfile ] && { echo "Running post install file $postfile" ; /bin/bash $postfile ${vref} || : ; } displayed="" @@ -103,7 +103,7 @@ pkgs_count=$(ls ../build/config.${pldistro}/bootstrapfs-*.pkgs 2> /dev/null | wc # optionally invoke a post processing script after packages from # $pkgs have been installed - postfile=$(pl_locateDistroFile ../build/ ${pldistro} bootstrapfs-${NAME}.post) + postfile=$(pl_locateDistroFile ../build/ ${pldistro} bootstrapfs-${NAME}.post || : ) [ -f $postfile ] && { echo "Running post install file $postfile" ; /bin/bash $postfile ${vdir} || : ; } # Create a copy of the ${NAME} bootstrap filesystem w/o the base