fixed the o/p file name
diff --git a/tools/squisher b/tools/squisher
index 0702f3a..c750e8e 100755
--- a/tools/squisher
+++ b/tools/squisher
@@ -94,8 +94,8 @@
find $REPACK/ota/system/lib/modules -name "*.ko" -print0 | xargs -0 arm-eabi-strip --strip-unneeded
# Determine what to name the new signed package
-MODVERSION=`sed -n -e'/ro\.cm\.version/s/^.*=//p' $REPACK/ota/system/build.prop`
-OUTFILE=$OUT/cm-$MODVERSION.zip
+MODVERSION=`sed -n -e'/ro\.modversion/s/^.*=//p' $REPACK/ota/system/build.prop`
+OUTFILE=$OUT/$MODVERSION.zip
echo MODVERSION: $MODVERSION
# Pack it up and sign