Skip to content

Commit

Permalink
Adding a delay on cleaning of the chroot, I have been bitten a few to…
Browse files Browse the repository at this point in the history
…o many times by this now.
  • Loading branch information
magthe committed Nov 6, 2011
1 parent 9c361c1 commit e76beff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makeahpkg
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ EOF
fi

if [[ "${update_pristine_first}" == "1" ]]; then
msg "Updating the the pristine chroot..."
msg "Updating the the pristine chroot (in 5 sec)..."
sleep 5
sudo setarch ${arch} mkarchroot -u ${CHROOT_ROOTDIR}
clean_build_first=1
msg " Done"
Expand Down

0 comments on commit e76beff

Please sign in to comment.