diff --git a/build.sh b/build.sh index 2359ead..6dd8059 100755 --- a/build.sh +++ b/build.sh @@ -22,7 +22,7 @@ echo "cleaning" HERE="$PWD" cd "$HERE/../i2p.i2p/" git checkout "$VERSION" -ant updater +ant distclean pkg || true cd "$HERE" RES_DIR="$HERE/../i2p.i2p/installer/resources"