eobuilder: remove old check for already buit packages

This commit is contained in:
Benjamin Dauvergne 2013-09-18 23:10:34 +02:00
parent 8f664e2b4f
commit ac176b8ae1
1 changed files with 0 additions and 5 deletions

View File

@ -141,11 +141,6 @@ function cleaning() {
cleaning
trap cleaning EXIT
if ! is_something_to_build $PROJECT_NAME $PROJECT_VERSION; then
echo "+ Everything already build !"
exit 0
fi
DID_BUILD=0
for DIST in $DISTS; do