X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=blobdiff_plain;f=build.sh;h=70cb134fff4a48cd3af2a14a176407ad1eb52c41;hp=0a6c5575579ba4f45713beb26084826f17cbd0f8;hb=5f649411973be2bb9a5ad7f995127456374118ce;hpb=dcd6256870c21a1e569a380d9146c7a4aac4a08c diff --git a/build.sh b/build.sh index 0a6c557..70cb134 100755 --- a/build.sh +++ b/build.sh @@ -66,7 +66,6 @@ postfile=$(pl_locateDistroFile ../build/ ${pldistro} bootstrapfs.post) [ "$postfile" != "not-found-by-pl_locateDistroFile" ] && /bin/bash $postfile ${vref} || : # for distros that do not define bootstrapfs variants -shopt -s nullglob pkgs_count=$(ls ../build/config.${pldistro}/bootstrapfs-*.pkgs 2> /dev/null | wc -l) [ $pkgs_count -gt 0 ] && for pkgs in $(ls ../build/config.${pldistro}/bootstrapfs-*.pkgs); do NAME=$(basename $pkgs .pkgs | sed -e s,bootstrapfs-,,)