diff --git a/build.sh b/build.sh index 5a30a87..141f3a1 100644 --- a/build.sh +++ b/build.sh @@ -35,7 +35,7 @@ then then MAKEPATCH=true PATCHREV="$2" - ZIPFILE=$VERSION-patch.zip + ZIPFILE=$VERSION-patch_$PATCHREV.zip else echo "Missing base revision number. Usage: build.sh patch " exit 1