X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;h=8bfbb5a57bbb73adf608614849bd5624ede5bec8;hb=a26df2ba741f55e6eb1fb0003a798959ba624090;hp=49b20f0440213a0af2d020e5ae477b6a6ec2241d;hpb=d4a1143c080fe558b043895dd721efa8f7b3b8d0;p=bootstrapfs.git diff --git a/build.sh b/build.sh index 49b20f0..8bfbb5a 100755 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ pl_root_mkfedora ${vref} ${pldistro} $pkgsfile pkgsdir=$(dirname $pkgsfile) pkgsname=$(basename $pkgsfile .pkgs) postfile="${pkgsdir}/${pkgsname}.post" -[ -f $postfile ] && /bin/bash $postfile ${vref} || : +[ -f $postfile ] && { echo "Running post install file $postfile" ; /bin/bash $postfile ${vref} || : ; } displayed="" @@ -142,7 +142,7 @@ pkgs_count=$(ls ../build/config.${pldistro}/bootstrapfs-*.pkgs 2> /dev/null | wc echo -n "* tar $extension_name s=$(date +%H-%M-%S)" tar -cpf ${pldistro}-filesystems/$extension_plain -C ${vdir} . echo -n " m=$(date +%H-%M-%S) " - bzip2 --compress --stdout $extension_plain > $extension_name + bzip2 --compress --stdout ${pldistro}-filesystems/$extension_plain > ${pldistro}-filesystems/$extension_name echo " e=$(date +%H-%M-%S) " done