Set $XBPS_FETCH_DONE after extracting not fetching.

--HG--
extra : convert_revision : fd65f2da02fd6da2c8a9f169f777d7511888704c
This commit is contained in:
Juan RP 2010-04-24 12:52:29 +02:00
parent e461a25637
commit 7d9172b9ea
2 changed files with 1 additions and 1 deletions

View file

@ -162,5 +162,6 @@ extract_distfiles()
esac
done
touch -f $XBPS_FETCH_DONE
touch -f $XBPS_EXTRACT_DONE
}

View file

@ -146,5 +146,4 @@ fetch_distfiles()
done
unset cksum found
touch -f $XBPS_FETCH_DONE
}